export type OfferSavings = {
    Amount?: number;
    Currency?: string;
    DisplayAmount?: string;
    Percentage?: number;
    PricePerUnit?: number;
};
//# sourceMappingURL=offer-savings.d.ts.map