import * as React from 'react';
import { FormComponentProps, FormComponent } from '@tomino/dynamic-form';
export declare const TextAreaComponent: React.FC<FormComponentProps>;
export declare const TextAreaView: FormComponent;
