import { ProductCardConfig } from './type'; export declare const promotionTagDefault: { background: string; padding: string; borderRadius: number; border: string; color: string; fontSize: number; fontWeight: number; }; export declare const productCardDefault: ProductCardConfig; export declare const PREFIX = "pisell-product-sku"; export declare const defaultProductCard: { id: number; extension_id: number; extension_type: string; shop_id: number; title: string; slug: string; status: string; stock_quantity: number; sales_quantity: number; sum_stock: number; price: string; original_price: string; cost_price: string; member_price: string; cover: string; channel_application: string[]; is_track: number; over_sold: number; is_gst: number; code: string; barcode: string; is_delivery: number; weight_unit: string; weight_value: string; type: string; unit: string; sort: number; subtitle: string; minimum_markup_price: string; is_bundle: number; bundle_group_count: number; option_group_count: number; is_variant: number; variant_count: number; cut_off_time: { unit: number; unit_type: string; future_day: number; type: string; ongoing: { type: string; unit: number; }; }; "schedule.ids": number[]; policy: number; machine_code: { make_over: number; beforehand: number; limit_count: number; customer: number; send_action: string; hide_recharge: number; distributor_automatic: number; }; product_resource: { resources: ({ id: number; title: string; status: number; code: string; created_at: string; updated_at: string; type: string; optional_resource: number[]; default_resource: never[]; select_type: { type: string; min: number; max: number; }; resource_type_id: number; } | { id: number; title: string; status: number; code: string; created_at: string; updated_at: null; type: string; optional_resource: never[]; default_resource: never[]; select_type: { type: string; min: number; max: number; }; resource_type_id: number; })[]; }; capacity: { type: string; custom: { name: { en: string; "zh-CN": string; "zh-HK": string; ja: string; pt: string; original: string; }; min: number; max: number; id: string; }[]; package: never[]; }; product_display_setting: { kiosk: { use_display_mode: number; product_option_mode: null; product_option_mode_paging: null; product_bundle_mode: null; product_bundle_mode_paging: null; }; }; usage_credits: { total_credits: number; per_user_limit: number; max_per_day: number; max_per_week: number; max_per_month: number; }; shelf_product_datas: never[]; step_value: number; min_num_unit: number; schedules: { id: number; shop_id: number; name: string; color: string; type: string; start_time: string; end_time: string; note: string; repeat_type: string; repeat_rule: null; designation: null; is_all: number; create_account_id: number; update_account_id: number; created_at: string; updated_at: string; order_count: number; limit: number; form_record_ids: never[]; }[]; is_charge_tax: number; base_price: string; variant: never[]; category: { id: number; name: string; icon: string; slug: string; sort: number; }[]; __typename: string; __categoryId: number; };