/** */ import * as React from 'react'; declare type a = React.DetailedHTMLProps, HTMLInputElement>; export interface TextAreaProps extends a { error?: boolean; ref?: any; } export declare const TextArea: React.ForwardRefExoticComponent, HTMLTextAreaElement>, "key" | keyof React.TextareaHTMLAttributes> & React.RefAttributes>; export {};