import { OnDestroy } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { ConsignmentTracking, OrderFacade } from '@spartacus/order/root'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TrackingEventsComponent implements OnDestroy { activeModal: NgbActiveModal; private userOrderService; tracking$: Observable; shipDate: Date; consignmentCode: string; constructor(activeModal: NgbActiveModal, userOrderService: OrderFacade); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }