import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class QuillEditorService { private readonly document; private _loadedLibraries; quilljs: any; constructor(document: any); lazyLoadQuill(): Observable; private loadScript; private loadStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }