import React from 'react';
import { WebTextAreaProps } from "../../types";
export declare const TextArea: React.ForwardRefExoticComponent<Partial<WebTextAreaProps> & Omit<React.HTMLAttributes<HTMLTextAreaElement>, "onChange" | "onBlur" | "onFocus"> & React.RefAttributes<unknown>>;
