import { ITextArea } from "../types/textarea"; import { FC } from 'react'; declare const TextArea: FC; export default TextArea;