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