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