import { OrderedProduct, AureliaShopAdmin, AdminOrderModel } from 'aurelia-shop'; export declare class OrderedProductListItem { element: HTMLElement; product: OrderedProduct; order: AdminOrderModel; shopAdmin: AureliaShopAdmin; canEdit: boolean; productReady: boolean; constructor(element: HTMLElement); bind(): void; productChanged(): Promise; edit(): void; }