import { TemplateRef } from '@angular/core'; import { Editor } from 'ngx-editor'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SCWysiwygMenuService { editor: Editor; customMenuRefChange: Subject>; setCustomMenuRef(c: TemplateRef): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }