import { FC } from 'react'; import { FormTextareaProps } from './typings'; declare const FormTextarea: FC; export default FormTextarea;