import React from 'react';
import { InputProps } from './interfaces';
export { InputProps };
declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<InputProps.Ref>>;
export default Input;
