export default OrderHistoryDetails; declare function OrderHistoryDetails({ subTotal, currency, taxes, total, taxPercentage }: { subTotal: any; currency: any; taxes: any; total: any; taxPercentage: any; }): React.JSX.Element; import React from "react"; //# sourceMappingURL=OrderHistoryDetails.d.ts.map