import React from 'react'; interface OrderDetailProps { contractBillcode?: string; expressWay: boolean; backgroundColor: string; borderColor: string; color: string; btnColor: string; btnShape: string; paddingTop: number; paddingBottom: number; url: string; } export declare const OrderDetail: React.NamedExoticComponent; export {};