Repository URL to install this package:
import { WCNotificationCenter } from 'web-console-ui-kit';
import { CounterInfoEntity } from '@wa-motif-open-api/counters-thresholds-service';
import { NGXLogger } from 'web-console-core';
import { OnInit } from '@angular/core';
export declare class CounterInfoDetailsComponent implements OnInit {
private logger;
private notificationCenter;
dataItem: CounterInfoEntity;
constructor(logger: NGXLogger, notificationCenter: WCNotificationCenter);
ngOnInit(): void;
}