import type { Components, JSX } from "../types/components";

interface SlSecondaryNavItem extends Components.SlSecondaryNavItem, HTMLElement {}
export const SlSecondaryNavItem: {
    prototype: SlSecondaryNavItem;
    new (): SlSecondaryNavItem;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
