import { OnInit, OnDestroy } from "@angular/core"; import * as i0 from "@angular/core"; export declare class UpgradeStateComparisonChartCardComponent implements OnInit, OnDestroy { private apiService; private upgradeOverviewService; private destroy$; host: string; type: 'Users' | 'Sites'; token: string; customerId: string; title: string; totalUpgraded: number; totalNotUpgraded: number; loading: boolean; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }