import { EventEmitter, OnInit, ViewContainerRef } from "@angular/core"; import { PopUpService } from "../../../services/pop-up.service"; import { ProGamificationService } from "../../../services/pro-gamification/pro-gamification.service"; import * as i0 from "@angular/core"; export declare class RedeemableProductComponent implements OnInit { private proGamification; private popUpService; sasToken: string; data: any; viewContainerRef: ViewContainerRef; imageLoaded: boolean; userInfo: any; walletBalance: any; defaultCoin: string; popupClosed: EventEmitter; constructor(proGamification: ProGamificationService, popUpService: PopUpService); ngOnInit(): Promise; onCloseButtonClick(): void; onImageLoad(): void; createBillingPopup(): void; goToListProductComponent(): void; getWalletBalance(): void; goToWallet(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }