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