import { OnInit, OnChanges, SimpleChanges } from '@angular/core'; import { JsonRestyleService } from './json-restyle.service'; export declare class JsonRestyleComponent implements OnInit, OnChanges { private jsonService; data: any; mapping: any; modifiedData: any; constructor(jsonService: JsonRestyleService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; }