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