import { CommonStyleType } from '../types/common.js'; export declare const generateGlobalStyle: (primaryColor: string) => string; export declare const STAGE_DEFAULT_GLOBAL_STYLE: CommonStyleType; export declare const STAGE_DEFAULT_STYLE: CommonStyleType; export declare const TIPS_DEFAULT_STYLE: CommonStyleType; export declare const STATUS_BAR_DEFAULT_STYLE: CommonStyleType; export declare const MENUS_DEFAULT_STYLE: CommonStyleType; export declare const PRIMARY_COLOR = "#38B0DE"; export declare const STATUS_BAR_ERROR_COLOR = "#F08080";