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