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