import { OnChanges, SimpleChanges } from "@angular/core"; import { ThemeService } from "../../../../services/layout/theme.service"; import { ProGamificationService } from "../../../../services/pro-gamification/pro-gamification.service"; import * as i0 from "@angular/core"; export declare class ProgressBarComponent implements OnChanges { private themeService; private tabService; progress: number; previousReward: any; nextReward: any; sasToken: string; currentUser: any; level: number; constructor(themeService: ThemeService, tabService: ProGamificationService); selectTab(): void; isNaN(value: any): boolean; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }