/// <reference types="react" />
import { TextAreaProps } from './TextArea.types';
export declare const TextArea: ({ value }: TextAreaProps) => JSX.Element;
