import { OnInit, EventEmitter, ElementRef } from '@angular/core'; import 'froala-editor/js/froala_editor.pkgd.min.js'; import 'froala-editor/js/languages/zh_cn.js'; export declare class NzWysiwygNetComponent implements OnInit { el: ElementRef; constructor(el: ElementRef); onHtmlChange: EventEmitter; otherOptions: Object; editorContent: string; options: Object; ngOnInit(): void; removeLicense(): void; }