import * as i0 from '@angular/core'; import { AfterViewInit, OnDestroy, InputSignal, Signal, ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; declare class AngularJoditComponent implements AfterViewInit, ControlValueAccessor, OnDestroy { options: InputSignal; editorElement: Signal; private editor; private readonly editorText; private readonly editorReady; private readonly valueChanges; private onChange; private onTouched; ngAfterViewInit(): void; writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { AngularJoditComponent };