import React from 'react'; export declare const Input: ({ innerRef, ...props }: { [x: string]: any; innerRef: any; }) => React.JSX.Element;