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