import { OnInit, OnDestroy } from "@angular/core"; import { UsersUpgradeSummary } from "../../types/upgrade-overview"; import * as i0 from "@angular/core"; export declare class PendingActivationUsersCardComponent implements OnInit, OnDestroy { private apiService; private upgradeOverviewService; private destroy$; host: string; token: string; customerId: string; title: string; type: any; readinessStats: UsersUpgradeSummary; upgradeStatus: any; loading: boolean; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }