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