import * as React from 'react'; export interface InputProps { } export default class Input extends React.Component { render(): JSX.Element; }