import { FC } from 'react'; import { InputComponentProps } from '@balgamat/react-autoform'; import { IFormGroupProps, ITextAreaProps } from '@blueprintjs/core'; export declare type TextAreaProps = InputComponentProps & Partial & Partial; export declare const TextArea: FC;