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 RedeemConfirmationComponent implements OnInit { private proGamificationService; private popUpService; data: any; popupClosed: EventEmitter; viewContainerRef: ViewContainerRef; sasToken: string; userInfo: any; defaultCoin: string; closeImg: string; forwardImg: string; successImg: string; walletBalance: any; constructor(proGamificationService: ProGamificationService, popUpService: PopUpService); ngOnInit(): Promise; onCloseButtonClick(): void; getWalletBalance(): void; goToMyOrders(): void; goToWallet(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }