/** @jsx jsx */ import { InputHTMLAttributes } from 'react'; export declare type IInputProps = InputHTMLAttributes; export declare const Input: import("react").ForwardRefExoticComponent>;