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<ConsignmentTracking>;
    shipDate: Date;
    consignmentCode: string;
    constructor(activeModal: NgbActiveModal, userOrderService: OrderFacade);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TrackingEventsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TrackingEventsComponent, "cx-tracking-events", never, {}, {}, never, never>;
}
