import React from 'react';
import { GoodsSkuTableProps } from './types';
/**
 * 商品SKU表格组件
 */
declare const GoodsSkuTable: React.FC<GoodsSkuTableProps>;
export default GoodsSkuTable;
export type { SpecItem, TheadConfigItem, SkuDataListItem, GoodsSkuTableProps, TheadProps, MoneyType, ShowMoneyType, TbodyProps, AttributeItem, AttributeGroup, } from './types';
