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