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