import { OrderFee } from 'aurelia-shop'; export declare class OrderFeeItem { element: HTMLElement; fee: OrderFee; constructor(element: HTMLElement); }