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