import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class StatCardComponent implements OnInit { title: string; type: 'site' | 'user'; readinessStats: any; upgradeStatus: 'ready' | 'already' | 'pending'; stats: any; ngOnInit(): void; get readyPercentage(): number; get upgradedPercentage(): number; get pendingActivationPercentage(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }