import type { Palette } from '../services/theme-provider-service.js';
/**
 * Color palette inspired by the Warcraft 1 Human faction UI.
 * Gold as the primary brand color, Alliance royal blue as secondary,
 * with warm medieval tones for semantic colors.
 */
export declare const paladinPalette: Palette;
//# sourceMappingURL=paladin-palette.d.ts.map