/** * [WHO]: themes - English translations for theme names * [FROM]: No external dependencies * [TO]: Consumed by core/platform/i18n/index.ts * [HERE]: core/platform/i18n/themes.ts - English theme translations */ export declare const themes: { dark: string; light: string; warm: string; };