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