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