/** * Matrix Color System – Terminal & Phosphor-Green * * Inspired by the iconic green-on-black aesthetic of The Matrix. * Dark-first, CRT feel. Uses Datalayer brand greens for accessible text * and introduces phosphor-green accents for the signature glow. */ export declare const matrixColors: { black: string; gray: string; white: string; greenBrand: string; greenAccent: string; greenText: string; greenTint: string; greenPhosphor: string; greenGlow: string; greenHover: string; greenTerminal: string; attentionBrand: string; attentionAccent: string; attentionTint: string; dangerBrand: string; dangerAccent: string; dangerTint: string; severeBrand: string; severeAccent: string; severeTint: string; doneBrand: string; doneAccent: string; doneTint: string; brightGlow: string; brightPop: string; brightSpark: string; brightBlaze: string; brightSurge: string; brightFlame: string; brightGold: string; brightLightGlow: string; brightLightPop: string; brightLightSpark: string; brightLightBlaze: string; brightLightSurge: string; brightLightFlame: string; brightLightGold: string; };