export declare const cyan = "rgba(0,139,208,1)"; export declare const white = "rgba(255,255,255,1)"; export declare const whiteSmoke = "rgba(239,239,239,1)"; export declare const whiterSmoke = "rgba(248,248,248,1)"; export declare const lighterGray = "rgba(211,211,211,1)"; export declare const tuna = "rgba(75,78,82,1)"; export declare const eclipse = "rgba(62,62,62,1)"; export declare const charcoal = "rgba(114,114,114,1)"; export declare const pinkSwan = "rgba(180,180,180,1)"; export declare const transparent = "rgba(255, 255, 255, 0)"; export declare const black = "rgba(0,0,0,1)"; export declare const steel = "rgba(116,118,120,1)"; export declare const teal = "rgba(77,144,161,1)"; export declare const blue = "rgba(0,94,210,1)"; export declare const darkGray = "rgba(132,132,132,1)"; export declare const dark = "rgba(64,64,64,1)"; export declare const pacificBlue = "rgba(0,139,208,1)"; export declare const grey1 = "rgba(77,79,83,1)"; export declare const grey2 = "rgba(116,118,120,1)"; export declare const grey3 = "rgba(139,141,142,1)"; export declare const grey4 = "rgba(154,155,156,1)"; export declare const grey5 = "rgba(188,189,188,1)"; export declare const grey6 = "rgba(224,225,221,1)"; export declare const grey6m = "rgba(223,227,230,1)"; export declare const grey7 = "rgba(242,242,242,1)"; export declare const brightBlue = "rgba(235,240,247,1)"; export declare const lightGray = "rgba(178,178,178,1)"; export declare const disabledBlue = "rgba(203,228,245,1)"; export declare const indigo = "rgba(20,30,140,1)"; export declare const azur = "rgba(5,94,210,1)"; export declare const azur1 = "#9bbeed"; export declare const azur2 = "#699ee4"; export declare const azur3 = "#377edb"; export declare const azur4 = "#044ba8"; export declare const azur5 = "#03387e"; export declare const azur6 = "#022554"; export declare const skyBlue = "rgba(106,176,226,1)"; export declare const skyBlue1 = "#c3dff3"; export declare const skyBlue2 = "#a5cfed"; export declare const skyBlue3 = "#87bfe7"; export declare const skyBlue4 = "#548cb4"; export declare const skyBlue5 = "#3f6987"; export declare const skyBlue6 = "#2a465a"; export declare const green = "rgba(60,138,46,1)"; export declare const green1 = "#b1d0ab"; export declare const green2 = "#8ab881"; export declare const green3 = "#63a157"; export declare const green4 = "#306e24"; export declare const green5 = "#24521b"; export declare const green6 = "#183712"; export declare const greenNeon = "rgba(225,255,50,1)"; export declare const lightGreen = "rgba(217,233,6,1)"; export declare const brightLemon = "rgba(254,203,0,1)"; export declare const orange = "rgba(236,101,0,1)"; export declare const orange1 = "#f7c199"; export declare const orange2 = "#f3a266"; export declare const orange3 = "#ef8333"; export declare const orange4 = "#bc5000"; export declare const orange5 = "#8d3c00"; export declare const orange6 = "#5e5800"; export declare const orangeNeon = "rgba(255,26,0,1)"; export declare const red1 = "#ffa399"; export declare const red2 = "#ff7566"; export declare const red3 = "#ff4733"; export declare const red4 = "#cc1400"; export declare const red5 = "#990f00"; export declare const red6 = "#660a00"; export declare const purpleRed = "rgba(167,2,64,1)"; export declare const purpleRed1 = "#edccd9"; export declare const purpleRed2 = "#d381a0"; export declare const purpleRed3 = "#b93566"; export declare const purpleRed4 = "#96023a"; export declare const purpleRed5 = "#75012d"; export declare const purpleRed6 = "#43011a"; export declare const midnight = "rgba(0,80,123,1)"; export declare const ocean = "rgba(0,102,156,1)"; export declare const all: { cyan: string; white: string; whiteSmoke: string; whiterSmoke: string; lighterGray: string; tuna: string; eclipse: string; charcoal: string; pinkSwan: string; transparent: string; black: string; steel: string; teal: string; blue: string; darkGray: string; dark: string; pacificBlue: string; grey1: string; grey2: string; grey3: string; grey4: string; grey5: string; grey6: string; grey6m: string; grey7: string; brightBlue: string; lightGray: string; disabledBlue: string; indigo: string; azur: string; azur1: string; azur2: string; azur3: string; azur4: string; azur5: string; azur6: string; skyBlue: string; skyBlue1: string; skyBlue2: string; skyBlue3: string; skyBlue4: string; skyBlue5: string; skyBlue6: string; green: string; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; greenNeon: string; lightGreen: string; brightLemon: string; orange: string; orange1: string; orange2: string; orange3: string; orange4: string; orange5: string; orange6: string; orangeNeon: string; red1: string; red2: string; red3: string; red4: string; red5: string; red6: string; purpleRed: string; purpleRed1: string; purpleRed2: string; purpleRed3: string; purpleRed4: string; purpleRed5: string; purpleRed6: string; midnight: string; ocean: string; };