export declare const statCard: (label: string, value: string | number, suffix?: string) => HTMLElement; export declare const loadingStatCard: (label: string, suffix?: string, digits?: 2 | 3) => HTMLElement; export declare const formatActiveRate: (activeDays: number, year: number | null) => string; //# sourceMappingURL=stats.d.ts.map