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

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