import * as i0 from '@angular/core'; import { OnChanges } from '@angular/core'; interface Segment { key: string; value: any; type: undefined | string; description: string; expanded: boolean; } declare class MxJsonViewerComponent implements OnChanges { json: any; expanded: boolean; segments: Segment[]; ngOnChanges(): void; isExpandable(segment: Segment): boolean; toggle(segment: Segment): void; private parseKeyValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { MxJsonViewerComponent }; export type { Segment };