import './style/index.js'; export type { SearchProps } from './Search'; export * from './type'; export declare const Search: import("react").FC; export default Search;