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