import { OnInit, TemplateRef } from '@angular/core'; import { CheckoutService } from '../services/checkout.service'; import { Router } from '@angular/router'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { CartService, LanguageService, ProductService } from '../../../services'; import * as i0 from "@angular/core"; export declare class CompleteComponent implements OnInit { private languageService; private router; private checkoutService; private cartService; isMoreThanItem: boolean; modal: TemplateRef; getImage: typeof ProductService.getImage; orders: {}; cartItemsSummary: any; adjustments: any[]; language: {}; fullyCheckoutData: any; billingAddress: any; shippingAddress: any; payments: any; getNotes: string; imageUrl: string; modalRef: BsModalRef; isSuccess: boolean; private destroyed$; currencyCode: string; constructor(languageService: LanguageService, router: Router, checkoutService: CheckoutService, cartService: CartService); ngOnInit(): void; placeOrder(): void; goToCollectionPage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }