import * as i0 from '@angular/core'; import { OnInit, OnDestroy, AfterViewInit, EventEmitter, ElementRef, DestroyRef } from '@angular/core'; import * as i3 from '@angular/forms'; import { ControlValueAccessor } from '@angular/forms'; import { EditorView } from '@codemirror/view'; import * as i2 from '@angular/common'; declare class NovoCodeEditor implements ControlValueAccessor, OnInit, OnDestroy, AfterViewInit { private elementRef; private destroyRef; theme: string; lineNumbers: boolean; name: string; blur: EventEmitter; focus: EventEmitter; private changed; mode: string; editorRoot: ElementRef; editorView: EditorView; initialValue: string; protected disabled: boolean; constructor(elementRef: ElementRef, destroyRef: DestroyRef); ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; createEditorView(): void; onFocus(): void; onBlur(): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoCodeEditorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NovoCodeEditor, NovoCodeEditorModule };