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