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