import React from 'react'; import '../Columns/columns.less'; export declare namespace JyGoods { interface GoodsInfo { companyKey: string; id: number; platform: 'JY_ERP'; goodNo: string; goodName: string; imageUrl: string; goodShortName: string; categoryName: string; productType: string; brandName: string; specName: string; specNo: string; specBarcode: string; specImgUrl: string; colorName: string; sizeName: string; marketPrice: string; retailPrice: string; costPrice: string; isGift: boolean; skuType: string; } interface SelectDrawerRefObject { getSelectGoodList: () => JyGoods.GoodsInfo[]; } } declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>; export default _default;