import type { FunctionalComponent } from 'vue'; declare const Search: FunctionalComponent<{}, {}>; export default Search;