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