import { DurationInterface } from '@vendasta/sales-orders';
import { TaxOption, UILineItem } from '../order-form/order-item-list/interface';
import * as i0 from "@angular/core";
export declare class OrderSummaryComponent {
    orderItems: UILineItem[];
    taxOptions: TaxOption[];
    duration: DurationInterface;
    loading: boolean;
    expanded: boolean;
    showPricing: boolean;
    partnerId: string;
    marketId: string;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<OrderSummaryComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OrderSummaryComponent, "app-order-summary", never, { "orderItems": "orderItems"; "taxOptions": "taxOptions"; "duration": "duration"; "loading": "loading"; "expanded": "expanded"; "showPricing": "showPricing"; "partnerId": "partnerId"; "marketId": "marketId"; }, {}, never, never>;
}
