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