import { OnInit, OnChanges, EventEmitter, ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { LAYOUT_TYPE, CustomizationService } from '@pepperi/ngx-lib'; import { DialogService } from '@pepperi/ngx-lib/dialog'; import * as i0 from "@angular/core"; export declare class PepperiTextareaComponent implements OnChanges, OnInit, OnDestroy { private dialogService; private customizationService; private renderer; private element; key: string; value: string; label: string; required: boolean; disabled: boolean; readonly: boolean; maxFieldCharacters: number; textColor: string; xAlignment: string; rowSpan: number; lastFocusField: any; controlType: string; form: FormGroup; isActive: boolean; showTitle: boolean; layoutType: LAYOUT_TYPE; valueChanged: EventEmitter; input: ElementRef; LAYOUT_TYPE: typeof LAYOUT_TYPE; fieldHeight: string; standAlone: boolean; isInEditMode: boolean; constructor(dialogService: DialogService, customizationService: CustomizationService, renderer: Renderer2, element: ElementRef); ngOnInit(): void; ngOnChanges(changes: any): void; ngOnDestroy(): void; onBlur(event: any): void; changeValue(value: any, lastFocusedField?: any): void; cardTemplateClicked(event: any): void; openDialog(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }