/// import { IFormProps } from '../config/type'; import './index.css'; declare function Search(props: IFormProps): JSX.Element; export default Search;