import React from 'react'; import { SearchProps } from './type'; export type { SearchProps }; declare const Search: React.ForwardRefExoticComponent>; export default Search;