import type { Palette } from '../services/theme-provider-service.js';
/**
 * Color palette inspired by the Warcraft 1 Orc faction UI.
 * Crimson red as the primary brand color, swamp green as secondary,
 * with harsh warm tones for semantic colors.
 */
export declare const chieftainPalette: Palette;
//# sourceMappingURL=chieftain-palette.d.ts.map