import type { TextAreaProps } from '../types';
export declare const Textarea: (props: TextAreaProps) => JSX.Element;
