import React from 'react';
import { TaroTextAreaProps } from "../../types";
export declare const TextArea: React.ForwardRefExoticComponent<Omit<Partial<TaroTextAreaProps>, "ref"> & React.RefAttributes<unknown>>;
