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