import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { editor } from "monaco-editor"; import { FormControl } from "@angular/forms"; import IStandaloneCodeEditor = editor.IStandaloneCodeEditor; import * as i0 from "@angular/core"; export declare class JsonRendererComponent implements OnInit, OnChanges { private el; json: any; value: any; inputControl: FormControl; editor?: IStandaloneCodeEditor; constructor(data: any, el: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; initMonaco(): void; loadMonaco(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }