export interface CardItemType { dataPic: string; goodsName: string; dataBmoney?: number; goodsCamount: number; pricesetNprice?: number; skuName?: string; skuCode?: string; children?: React.ReactNode; goodsType?: string; pricesetRefrice?: number; memberBname?: string; memberName?: string; contractBillcode?: string; } export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName, children, goodsType, pricesetRefrice, memberName, contractBillcode }: CardItemType) => import("react/jsx-runtime").JSX.Element;