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