import { EventEmitter, OnChanges, OnInit, SimpleChanges, ViewContainerRef } 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 CoinsComponent implements OnChanges, OnInit { private themeService; private proGamification; private viewContainerRef; private popUpservice; sasToken: string; closePopup: EventEmitter; userInformation: any; imageLoaded: boolean; wallet: any; defaultCoin: string; constructor(themeService: ThemeService, proGamification: ProGamificationService, viewContainerRef: ViewContainerRef, popUpservice: PopUpService); ngOnInit(): Promise; onImageLoad(): void; ngOnChanges(changes: SimpleChanges): void; createWalletPopUp(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }