import { AfterViewInit, OnDestroy } from '@angular/core';
import { DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DUeditorComponent extends DynamicComponentBase implements AfterViewInit, OnDestroy {
    editerDom: any;
    value: string;
    ueditorConfig: Record<string, unknown>;
    loading: string;
    delay: number;
    static KEY: string;
    editor: any;
    constructor();
    ngOnDestroy(): void;
    ngAfterViewInit(): void;
    configChange(config: IDynamicComponentConfig): void;
    createEditor(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DUeditorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DUeditorComponent, "app-d-ueditor", never, {}, {}, never, never>;
}
