interface Props { query: string; } declare const SearchBar: import("svelte").Component; type SearchBar = ReturnType; export default SearchBar;