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