import { withInstall } from '../utils'; import _Search from './Search'; const Search = withInstall(_Search); export default Search; export { Search }; export type { SearchShape } from './Search';