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