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

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