import { FC } from 'react'; import { TextAreaInterface } from './textArea.types'; export declare const TextArea: FC;