import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class UniversalHtmlEditorComponent implements ControlValueAccessor { label: string; placeholder: string; required: boolean; readonly: boolean; helpText: string; height: string; formats: string[]; valueChange: EventEmitter; textChange: EventEmitter; value: string; editorId: string; private onChange; private onTouched; onTextChange(event: any): void; writeValue(value: string): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; setDisabledState(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }