import { OnInit } from '@angular/core'; import { Consignment, Order, PromotionLocation } from '@spartacus/core'; import { Observable } from 'rxjs'; import { OrderDetailsService } from '../order-details.service'; import * as i0 from "@angular/core"; export declare class OrderDetailItemsComponent implements OnInit { protected orderDetailsService: OrderDetailsService; constructor(orderDetailsService: OrderDetailsService); promotionLocation: PromotionLocation; order$: Observable; others$: Observable; completed$: Observable; cancel$: Observable; ngOnInit(): void; private getExactStatus; private getOtherStatus; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }