export type TradeInPrice = {
    Amount?: number;
    Currency?: string;
    DisplayAmount?: string;
};
//# sourceMappingURL=traded-in-price.d.ts.map