import { ControlType, FieldBase } from './field-base'; export declare class TextareaField extends FieldBase { controlType: ControlType; }