import React from 'react'; import { TextAreaProps } from './types'; declare const TextArea: React.FC; export default TextArea;