import React, { DetailedHTMLProps, InputHTMLAttributes } from 'react'; type Props = DetailedHTMLProps, HTMLInputElement>; export declare const Input: React.ForwardRefExoticComponent & React.RefAttributes>; export {};