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