export declare const Black = "Black";
export declare const Blue = "Blue";
export declare const EightyPercentLighterColor = "80% lighter {0}";
export declare const FortyPercentLighterColor = "40% lighter {0}";
export declare const Green = "Green";
export declare const Indigo = "Indigo";
export declare const Orange = "Orange";
export declare const Pink = "Pink";
export declare const Purple = "Purple";
export declare const Red = "Red";
export declare const SixtyPercentLighterColor = "60% lighter {0}";
export declare const Teal = "Teal";
export declare const TenPercentLighterColor = "10% lighter {0}";
export declare const Turquoise = "Turquoise";
export declare const TwentyPercentLighterColor = "20% lighter {0}";
export declare const White = "White";
export declare const Yellow = "Yellow";
