import { OnInit } from "@angular/core"; import { LayoutService } from "../../services/layout/layout.service"; import { ProGamificationService } from "../../services/pro-gamification/pro-gamification.service"; import * as i0 from "@angular/core"; export declare class SuccessModalComponent implements OnInit { private proGamification; private layoutService; successModalShown: boolean; rewardInfo: any; sasToken: string; constructor(proGamification: ProGamificationService, layoutService: LayoutService); ngOnInit(): Promise; hideSuccessModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }