import { ElementRef, QueryList } from '@angular/core'; import { CommonService } from '../../services/common/common.service'; import * as i0 from "@angular/core"; export declare class RichTextEditorComponent { private commonService; textareas: QueryList>; control: any; expand: boolean; className: string; dynamicLabel: string; private textAreaIdCounter; textEditorOptions: { toolbar: (string[] | { header: (number | boolean)[]; }[] | ({ color: never[]; background?: undefined; } | { background: never[]; color?: undefined; })[] | { list: string; }[] | { align: never[]; }[])[]; }; constructor(commonService: CommonService); generateTextareaId(): string; currentTextAreaId(): string; onEditorCreated(quill: any): void; handlePateEvents(event: ClipboardEvent, quill: any): Promise; totalContentSizeMB: number; imageFileSizeRestriction(event: ClipboardEvent, quill: any): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }