type $$ComponentProps = { height?: number; width?: number; }; declare const SearchIcon: import("svelte").Component<$$ComponentProps, {}, "">; type SearchIcon = ReturnType; export default SearchIcon;