import { type SafeHtml } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class TuiEditorSocket { private readonly editor; private readonly sanitizer; private readonly elementRef; private readonly renderer; private readonly doc; protected readonly options: import("@taiga-ui/editor/common").TuiEditorOptions; protected readonly html: import("@angular/core").WritableSignal; set content(value: string | null | undefined); /** * @description: * the main problem is that the external environment editor can use different base href="../" * More information: https://rogerkeays.com/blog/using-base-href-with-anchors */ protected click(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }