/** `settings.theme` namespace dictionaries (the Appearance row's copy). */ /** Simplified Chinese dictionary (the key-set source of truth). */ export declare const zh: { 'appearance.title': string; 'appearance.light': string; 'appearance.dark': string; 'appearance.system': string; }; /** The settings.theme namespace key union. */ export type ThemeKey = keyof typeof zh; /** English dictionary, checked complete against the zh key set. */ export declare const en: { 'appearance.title': string; 'appearance.light': string; 'appearance.dark': string; 'appearance.system': string; }; //# sourceMappingURL=locales.d.ts.map