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