import { FormControl, FormGroup } from '@angular/forms'; import type { OrderEditorComponent } from '../order-editor/order-editor.component'; import { AddedLine, ModifyOrderData, OrderSnapshot } from '../../common/modify-order-types'; import * as i0 from "@angular/core"; export declare class OrderModificationSummaryComponent { orderSnapshot: OrderSnapshot; modifyOrderInput: ModifyOrderData; addedLines: AddedLine[]; shippingAddressForm: OrderEditorComponent['shippingAddressForm']; billingAddressForm: OrderEditorComponent['billingAddressForm']; updatedShippingMethods: OrderEditorComponent['updatedShippingMethods']; couponCodesControl: FormControl; get adjustedLines(): string[]; getModifiedFields(formGroup: FormGroup): string; getUpdatedShippingMethodLines(): string[]; get couponCodeChanges(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }