import React from 'react'; interface PlaceOrderResult { borderRadius: number; leftColor: string; leftButtonColor: string; leftBorderColor: string; leftBorderRadius: number; rightValue: string; rightAddHref: any; rightColor: string; rightButtonColor: string; rightBorderColor: string; rightBorderRadius: number; paddingTop: number; paddingBottom: number; code: string; goodsBeanStr?: string; } export declare const PlaceOrderResult: React.NamedExoticComponent; export {};