import React from 'react'; import '../Columns/columns.less'; export declare namespace ErpGoods { interface GoodsInfo { brandName: string; companyKey: string; goodId: string; goodName: string; goodNo: string; goodPicUrl: string; id: number; platform: 'KM_ERP'; propertiesValue: string; skuType: string; specId: string; specImgUrl: string; styleCode: string; vcName: string; retailPrice: string; } interface SelectDrawerRefObject { getSelectGoodList: () => ErpGoods.GoodsInfo[]; } } declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>; export default _default;