import { Consignment, Order, OrderEntry, PromotionLocation } from '@spartacus/core'; import * as i0 from "@angular/core"; export declare class OrderConsignedEntriesComponent { consignments: Consignment[]; order: Order; promotionLocation: PromotionLocation; getConsignmentProducts(consignment: Consignment): OrderEntry[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }