import { OnInit, OnChanges, EventEmitter, ElementRef, SimpleChanges } 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, OnChanges { el: ElementRef; constructor(el: ElementRef); onHtmlChange: EventEmitter; otherOptions: Object; editorContent: string; options: Object; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; removeLicense(): void; }