import React from 'react'; import '../Columns/columns.less'; export declare namespace WlnGoods { interface GoodsInfo { companyKey: string; id: number; platform: 'WLN_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: () => WlnGoods.GoodsInfo[]; } } declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>; export default _default;