import { HttpClient } from '@angular/common/http'; import { OnInit } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { ToastrService } from 'ngx-toastr'; import { CartService } from '../../services/cart.service'; import { LanguageService } from '../../services/language.service'; import { CheckoutService } from '../services/checkout.service'; import * as i0 from "@angular/core"; export declare class PaytabsComponent implements OnInit { private router; private activatedRoute; private languageService; private cartService; private checkoutService; private toastr; private http; status: Boolean; syliusSuccess: boolean; loading: boolean; orderId: any; language: any; transactionId: any; paytabsErr: boolean; invoice_id: boolean; paymentType: string; paymentCallbackId: string; handlePaymentCallback: boolean; constructor(router: Router, activatedRoute: ActivatedRoute, languageService: LanguageService, cartService: CartService, checkoutService: CheckoutService, toastr: ToastrService, http: HttpClient); ngOnInit(): void; handelPayTabs(par: any): void; goPayment(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }