import { OnInit } from '@angular/core'; import { CartService } from '../../../services'; import { LanguageService } from '../../services/language.service'; import { CheckoutService } from '../services/checkout.service'; import { ActivatedRoute, Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class PayfortComponent implements OnInit { private cartService; private checkoutService; private languageService; private route; private router; loading: boolean; errorFromPayfort: boolean; language: Object; payFortData: Object; payFortResponseMsg: string; payFortTransId: number; orderId: number; constructor(cartService: CartService, checkoutService: CheckoutService, languageService: LanguageService, route: ActivatedRoute, router: Router); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }