import { ElementRef, Renderer2, Sanitizer } from '@angular/core'; import { TuiTiptapEditorDirective } from '@taiga-ui/addon-editor/directives/tiptap-editor'; import * as i0 from "@angular/core"; export declare class TuiEditorSocketComponent { private readonly el; private readonly renderer; private readonly sanitizer; private readonly tuiSanitizer; private readonly document; private readonly editor; set content(content: string); constructor(el: ElementRef, renderer: Renderer2, sanitizer: Sanitizer, tuiSanitizer: Sanitizer | null, document: Document, editor: TuiTiptapEditorDirective | null); /** * @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 */ click(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }