import { OnChanges, SimpleChanges } from "@angular/core"; import { ProGamificationService } from "../../../services/pro-gamification/pro-gamification.service"; import * as i0 from "@angular/core"; export declare class ListWalletComponent implements OnChanges { private proGamification; userInfo: any; constructor(proGamification: ProGamificationService); walletTransactions: any[]; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }