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