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