import { EventEmitter, OnInit } from "@angular/core"; import { PopUpService } from "../../services/pop-up.service"; import { ProGamificationService } from "../../services/pro-gamification/pro-gamification.service"; import { ThemeService } from "../../services/layout/theme.service"; import * as i0 from "@angular/core"; export declare class RewardsInfoComponent implements OnInit { private gamifyService; private themeService; private popUpService; privilegeInfo: any[]; displayedItems: any[]; math: Math; arr: ArrayConstructor; closeImg: string; applicationId: string; sasToken: string; popupClosed: EventEmitter; isLoading: boolean; constructor(gamifyService: ProGamificationService, themeService: ThemeService, popUpService: PopUpService); ngOnInit(): void; onCloseButtonClick(): void; getRewardsInfo(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }