import { OnInit, AfterViewInit } from '@angular/core'; import { ConfService } from '../../services/conf.service'; import { Observable } from 'rxjs'; import { ActivatedRoute, Router } from '@angular/router'; import { CheckoutService } from '../services/checkout.service'; import { ProductService } from '../../services/product.service'; import { LanguageService } from '../../services/language.service'; import { LoaderService } from '../../../services'; import { StoreIdentity } from '../../classes/store-identity'; import * as i0 from "@angular/core"; export declare class OrderInvoiceComponent implements OnInit, AfterViewInit { private confService; private activeRoute; private checkoutService; private languageService; private loaderService; private router; store: Observable; store$: Observable; orderId: number; orderInfo: any; logo$: Observable; orderSummary: any; adjustments: any[]; getImage: typeof ProductService.getImage; language: {}; currencyCode: string; constructor(confService: ConfService, activeRoute: ActivatedRoute, checkoutService: CheckoutService, languageService: LanguageService, loaderService: LoaderService, router: Router); ngOnInit(): void; mapResponseOfOrders(data: any): any; ngAfterViewInit(): void; print(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }