import { SkuItemType } from './skuItem'; interface skuInfoType { goodsShowname: string; pricesetNprice: number; dataPic: string; skuList: Array; } export interface GoodsDetailPopupType { skuInfo: skuInfoType; goodsCode: string; dispatchPageStore: (e: any) => void; popupVisible?: boolean; rsSkuDomainList: Array; } export declare const InnerComponent: React.FC; export declare const GoodsDetailPopup: React.FC; export {};