import { InputProps } from 'antd'; import React from 'react'; declare const SearchInput: React.FC; export default SearchInput;