import { FormlyFieldType } from "@rdkmaster/formly/form-field"; import { JigsawTextarea } from "@rdkmaster/jigsaw"; export declare class FormlyFieldTextArea extends FormlyFieldType { defaultOptions: { templateOptions: { clearable: boolean; showBorder: boolean; valid: boolean; width: string; height: string; maxContentLength: number; }; }; protected _instance: JigsawTextarea; }