import type { GlobalSearchProps } from './types'; declare const GlobalSearch: import("svelte").Component; type GlobalSearch = ReturnType; export default GlobalSearch;