/// <reference types="react" />
import { InputProps } from './Input.types';
export declare const Input: ({ error, errorMessage, type, scale, icon, limit, value, onChange, ...props }: InputProps) => JSX.Element;
