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