import * as React from 'react'; import { InputProps } from './Input.types'; declare const Input: React.VoidFunctionComponent; export default Input;