import { OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { LanguageService } from '../../services/language.service'; import { CheckoutService } from '../services/checkout.service'; import { CartService } from '../../services/cart.service'; import * as i0 from "@angular/core"; export declare class KashierCallBacksComponent implements OnInit { private activatedRoute; private checkoutService; private languageService; private cartService; status: Boolean; orderId: any; params: any; language: {}; kashierSuccess: boolean; syliusSuccess: boolean; loading: boolean; constructor(activatedRoute: ActivatedRoute, checkoutService: CheckoutService, languageService: LanguageService, cartService: CartService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }