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