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