import { ElementRef, OnChanges, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgeMonacoViewerComponent implements OnChanges, OnDestroy { private readonly colorizer; private readonly changeDetectorRef; private editor?; private observer?; private subscriptions; protected loading: boolean; container: ElementRef; transclusion: ElementRef; /** code to highlight */ code?: string; /** show line numbers? */ lines?: string | number; /** theme to use for the syntax highlighting */ theme?: string; /** target language */ language?: string; /** space separated list of line numbers to highlight */ highlights?: string | number; /** filename to display in the header tab */ filename?: string; ngOnChanges(): void; ngOnDestroy(): void; private colorize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }