import 'element-closest/browser'; import * as React from 'react'; import { TextareaProps } from './types'; export declare const Textarea: React.FC;