import { ProductCardTypes, bundleType, optionType, productType } from './types'; /** * @title: 套餐数据 * @description: * @return {*} * @Author: WangHan * @Date: 2025-01-02 23:21 */ export declare const defaultBundle: bundleType; /** * @description: 单规格 * @return {*} * @Author: WangHan * @Date: 2025-01-02 23:00 */ export declare const defaultOption: optionType; /** * @title: 商品商品类型 * @description: * @return {*} * @Author: WangHan * @Date: 2025-01-02 22:48 */ export declare const defaultProduct: productType; /** * @title: 默认数据 * @description: * @return {*} * @Author: WangHan * @Date: 2024-12-12 16:49 */ export declare const defaultValue: ProductCardTypes;