import { EventEmitter, OnInit } from '@angular/core'; import { CodeEditorMode } from './code-editor-modes'; import { CodeEditorTheme } from './code-editor-themes'; import { CodeEditorOptions } from './icode-editor-options'; import * as i0 from "@angular/core"; export declare class CodeEditorComponent implements OnInit { text: string; editorTitle: string; mode: CodeEditorMode; theme: CodeEditorTheme; options: CodeEditorOptions; readonly: boolean; autoUpdateContent: boolean; durationBeforeCallback: number; textChanged: EventEmitter; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }