import { ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import { IDomEditor, IToolbarConfig, Toolbar } from '@wangeditor/editor'; import { Mode } from './type'; import * as i0 from "@angular/core"; export declare class NzxWangToolbarDirective implements OnInit, OnChanges, OnDestroy { private toolbarRef; mode: Mode; editor: IDomEditor; defaultConfig: Partial; display: string; toolbar: Toolbar; constructor(toolbarRef: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private initToolbar; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }