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