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