import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges } from "@angular/core"; import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; interface Pell { content: HTMLElement; } export declare class WysiwygComponent implements ControlValueAccessor, OnChanges, AfterViewInit { readonly cdr: ChangeDetectorRef; readonly element: ElementRef; value: string; disabled: boolean; valueChange: EventEmitter; onChange: Function; onTouched: Function; protected rootElem: DocumentOrShadowRoot; protected editor: Pell; protected editorElem: ElementRef; get root(): DocumentOrShadowRoot; get rootNode(): Node; constructor(cdr: ChangeDetectorRef, element: ElementRef); ngAfterViewInit(): void; ngOnChanges(): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; writeValue(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};