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