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