import { OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { PaymentSuccessService } from '../../services/api/payment-success.service'; import { ConfigService } from '../../services/config.service'; import * as i0 from "@angular/core"; export declare class SuccessComponent implements OnInit { private route; private router; private paymentSuccessService; private configService; constructor(route: ActivatedRoute, router: Router, paymentSuccessService: PaymentSuccessService, configService: ConfigService); content: any; ngOnInit(): void; start(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }