import * as i0 from "@angular/core"; export declare class TuiTiptapEditor { private canEdit; private readonly el; private readonly renderer; private readonly editor; protected editorContainer: unknown; protected readonly $: import("rxjs").Subscription; readonly valueChange: import("rxjs").Observable; /** * @deprecated use valueChange instead */ readonly stateChange: import("rxjs").Subject; set value(value: string); set editable(editable: boolean); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }