export declare const holder: { key: number; label: string; tip: string; img: string; }[]; export declare const products: ({ id: number; title: string; from_id: number; holder: string; price: number; total: number; num: number; origin_price: number; symbol: string; relation_form_name: string; like_status: string; _extend: { start_time: string; duration: number; date: string; like_status: string; }; product_cover: string; } | { id: number; title: string; from_id: number; holder: string; price: number; total: number; num: number; symbol: string; origin_price?: undefined; relation_form_name?: undefined; like_status?: undefined; _extend?: undefined; product_cover?: undefined; })[]; export declare const marketingProduct: { strategyId: string; strategyName: { en: string; "zh-CN": string; "zh-HK": string; }; giftOptions: { product_id: number; product_variant_id: number; }[]; giftCount: number; sourceProductIds: string[]; };