import React from 'react'; import { inputProps } from '../../types'; export declare const Input: (props: inputProps) => React.JSX.Element;