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