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