import React from 'react';
import { InputProps } from './input.interface';
/**
 * An input component that comes packed with features
 */
export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLTextAreaElement | HTMLInputElement>>;
