import type { Palette } from '../services/theme-provider-service.js';
/**
 * Color palette inspired by the Dune universe.
 * Spice-orange primary, "eyes of Ibad" blue secondary,
 * with warm desert tones for semantic colors.
 */
export declare const sandwormPalette: Palette;
//# sourceMappingURL=sandworm-palette.d.ts.map