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