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