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