import { OnInit } from '@angular/core'; import { ComponentType } from '../../../../../shared-form/enums'; import { BaseFieldComponent } from '../../base'; import { InputTextareaModel } from '../../../../models/elemets/inputs'; import { InputEditorValueWithId, InputTextareaValueWithId } from '@myrtex-org/ui'; import { ComponentValueModel } from '../../../../models'; import * as i0 from "@angular/core"; export declare class InputTextareaComponent extends BaseFieldComponent implements OnInit { type: ComponentType; validateValue: string; config: any; _customInit(): void; onChangeInput(): void; _customValidate(model: ComponentValueModel): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }