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