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