import { ProGamificationService } from "./../../../services/pro-gamification/pro-gamification.service"; import { EventEmitter, OnInit } from "@angular/core"; import { ThemeService } from "../../../services/layout/theme.service"; import * as i0 from "@angular/core"; export declare class AcheivementsComponent implements OnInit { private themeService; private proGamification; closeLeaderBoard: EventEmitter; rewardsAndProgress: any; userInformation: any; privilegeName: string; redeemEnabled: string; userRewards: {}; sasToken: string; progress: number; previousReward: {}; nextReward: {}; Object: ObjectConstructor; constructor(themeService: ThemeService, proGamification: ProGamificationService); ngOnInit(): Promise; closePopup(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }