/// <reference types="react" />
import { FormComponentProps } from '@tomino/dynamic-form';
export declare const TextArea: (props: FormComponentProps<any, any, any>) => JSX.Element;
