import type { Palette } from '../services/theme-provider-service.js';
/**
 * Color palette inspired by cyberpunk neon aesthetics.
 * Electric cyan primary, hot magenta secondary,
 * with vivid neon tones for semantic colors.
 */
export declare const neonRunnerPalette: Palette;
//# sourceMappingURL=neon-runner-palette.d.ts.map