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

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