import type { NeoIconProps } from './neo-icon.model.js';
declare const NeoIconSearch: import("svelte").Component<NeoIconProps, {}, "">;
type NeoIconSearch = ReturnType<typeof NeoIconSearch>;
export default NeoIconSearch;
