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