import { OnInit } from "@angular/core"; import { LeaderBoard } from "../../../../models/LeaderBoard.model"; 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 LocalGlobalBoardComponent implements OnInit { private themeService; private proGamification; leaderBoards: LeaderBoard[]; userInformation: any; currentUserGrp: any; sasToken: string; avatarUrl: string; defaultReward: string; moreIcon: string; displayedColumns: string[]; constructor(themeService: ThemeService, proGamification: ProGamificationService); ngOnInit(): Promise; imgErrorHandler(event: any, leaderBoard?: LeaderBoard): void; rewardImgErrorHandler(event: any, leaderBoard?: LeaderBoard): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }