import { OnInit, ElementRef } from '@angular/core'; import { TXSettings } from "./tx-settings"; import * as i0 from "@angular/core"; export declare class DocumentEditorComponent implements OnInit { private hostElement; private connectionID; constructor(hostElement: ElementRef); private static readonly DefaultSettings; width: string; height: string; documentTargetMarkers: boolean; backColor: string; statusBarColor: string; editMode: string; contextMenusEnabled: boolean; saveDocumentQuestionDialogEnabled: boolean; tableGridLines: boolean; textFrameMarkerLines: boolean; controlChars: boolean; textFieldsEditable: boolean; formattingPrinter: string; culture: string; uiCulture: string; userNames: string[]; reconnectTimeout: number; webSocketURL: string; ngOnInit(): void; get settings(): TXSettings; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }