import React from 'react';
import { TextAreaProps } from './interface';
declare const TextAreaRef: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<unknown>>;
export default TextAreaRef;
