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