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