import { OnInit, ElementRef, EventEmitter, OnDestroy, NgZone } from '@angular/core'; import { QuillEditorService } from '../quill-editor.service'; import * as i0 from "@angular/core"; export declare class QuillEditorComponent implements OnInit, OnDestroy { private elementRef; private zone; private readonly svc; private readonly document; html: string; htmlChange: EventEmitter; quillEditor: any; private textChangeEvent; showEditor: boolean; constructor(elementRef: ElementRef, zone: NgZone, svc: QuillEditorService, document: any); ngOnInit(): void; setupQuill(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }