import * as React from 'react'; export interface TextAreaProps { } declare const TextArea: React.FC; export default TextArea;