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