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