import { type NeoListSearchProps } from './neo-list-search.model.js';
declare const NeoListSearch: import("svelte").Component<NeoListSearchProps, {}, "ref" | "value" | "valid" | "touched" | "dirty" | "focused" | "hovered" | "focusin" | "invert">;
type NeoListSearch = ReturnType<typeof NeoListSearch>;
export default NeoListSearch;
