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