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