export declare const getThemeText: (theme: string, langCode: string) => "浅色模式" | "深色模式" | "淺色模式" | "Light Mode" | "Dark Mode";