import { OnInit, OnDestroy } from '@angular/core'; import { Subscription } from 'rxjs'; import { ChartService } from '../../../services/chart.service'; import { DataStoreService } from '../../../services/data-store.service'; import * as i0 from "@angular/core"; export declare class DeviceChartComponent implements OnInit, OnDestroy { private chartService; private readonly store; appName: string; startDate: string; endDate: string; commercialRef: string; donutData: any; donutOptions: any; subscription: Subscription; remainingMonths: number; constructor(chartService: ChartService, store: DataStoreService); ngOnInit(): void; initCharts(): void; ngOnDestroy(): void; getImageUrl(): string; handleImageError(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }