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