import React from 'react'; declare type SkuProps = { handleOk: (sku: { numIndex: number; code?: string; enableItemId: string; enableSupplierName: string; propertiesName: string; picUrl?: string; outerSkuId?: string; skuId?: string; }) => void; userNick: string | undefined; type?: number; }; declare const Sku: React.ForwardRefExoticComponent>; export default Sku;