interface DetailType { title: string; [propsname: string]: any; } export declare const RefundGoodsDetail: import("react").NamedExoticComponent; export {};