import React from 'react'; export declare const GoodsSlider: React.NamedExoticComponent<{ defaultValue: never[]; goods: never[]; price: boolean; marketPrice: boolean; cart: boolean; wrapRadius: string; wrapBgColor: string; wrapBorderColor: string; wrapShadow: boolean; goodsRadius: string; goodsBgColor: string; goodsGap: number; marginLeft: number; marginRight: number; marginTop: number; marginBottom: number; }>;