import type { InputSearchProps } from './types.js'; declare const InputSearch: import("svelte").Component void; blur: () => void; toggle: () => void; clear: () => void; }, "value">; type InputSearch = ReturnType; export default InputSearch;