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