/**
 * 移动端主题
 */
import type { Theme } from '../../core/theme';
export declare const mobileAppLight: Theme;
export declare const mobileAppDark: Theme;
