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