/** * @title: 默认引导页配置 * @description: * @param {any} locales * @return {any} * @Author: WangHan * @Date: 2025-06-09 14:22 */ export declare const defaultWalletGuideConfig: () => { show: number; align: string; backgroundColor: string; backgroundImage: string; backgroundImageAlt: string; buttonColor: string; buttonBorderColor: string; titleConfig: { size: number; color: string; weight: number; style: string; text: any; }; subtitleConfig: { size: number; color: string; weight: number; style: string; text: any; }; buttonConfig: { size: number; color: string; weight: number; style: string; text: any; }; };