import { ForwardRefExoticComponent, RefAttributes, ComponentProps } from 'react'; declare const Input: ForwardRefExoticComponent & RefAttributes>; export { Input };