import React from 'react';
import { TextAreaControlProps } from './types';
export declare const TextAreaControl: React.ForwardRefExoticComponent<TextAreaControlProps & React.RefAttributes<HTMLTextAreaElement>>;
