import { Rgba } from './rgba.class';
/**
 * http://www.w3.org/TR/css3-color/
 */
export declare class ColorsTable {
    static transparent: Rgba;
    static aliceblue: Rgba;
    static antiquewhite: Rgba;
    static aqua: Rgba;
    static aquamarine: Rgba;
    static azure: Rgba;
    static beige: Rgba;
    static bisque: Rgba;
    static black: Rgba;
    static blanchedalmond: Rgba;
    static blue: Rgba;
    static blueviolet: Rgba;
    static brown: Rgba;
    static burlywood: Rgba;
    static cadetblue: Rgba;
    static chartreuse: Rgba;
    static chocolate: Rgba;
    static coral: Rgba;
    static cornflowerblue: Rgba;
    static cornsilk: Rgba;
    static crimson: Rgba;
    static cyan: Rgba;
    static darkblue: Rgba;
    static darkcyan: Rgba;
    static darkgoldenrod: Rgba;
    static darkgray: Rgba;
    static darkgreen: Rgba;
    static darkgrey: Rgba;
    static darkkhaki: Rgba;
    static darkmagenta: Rgba;
    static darkolivegreen: Rgba;
    static darkorange: Rgba;
    static darkorchid: Rgba;
    static darkred: Rgba;
    static darksalmon: Rgba;
    static darkseagreen: Rgba;
    static darkslateblue: Rgba;
    static darkslategray: Rgba;
    static darkslategrey: Rgba;
    static darkturquoise: Rgba;
    static darkviolet: Rgba;
    static deeppink: Rgba;
    static deepskyblue: Rgba;
    static dimgray: Rgba;
    static dimgrey: Rgba;
    static dodgerblue: Rgba;
    static firebrick: Rgba;
    static floralwhite: Rgba;
    static forestgreen: Rgba;
    static fuchsia: Rgba;
    static gainsboro: Rgba;
    static ghostwhite: Rgba;
    static gold: Rgba;
    static goldenrod: Rgba;
    static gray: Rgba;
    static grey: Rgba;
    static green: Rgba;
    static greenyellow: Rgba;
    static honeydew: Rgba;
    static hotpink: Rgba;
    static indianred: Rgba;
    static indigo: Rgba;
    static ivory: Rgba;
    static khaki: Rgba;
    static lavender: Rgba;
    static lavenderblush: Rgba;
    static lawngreen: Rgba;
    static lemonchiffon: Rgba;
    static lightblue: Rgba;
    static lightcoral: Rgba;
    static lightcyan: Rgba;
    static lightgoldenrodyellow: Rgba;
    static lightgray: Rgba;
    static lightgreen: Rgba;
    static lightgrey: Rgba;
    static lightpink: Rgba;
    static lightsalmon: Rgba;
    static lightseagreen: Rgba;
    static lightskyblue: Rgba;
    static lightslategray: Rgba;
    static lightslategrey: Rgba;
    static lightsteelblue: Rgba;
    static lightyellow: Rgba;
    static lime: Rgba;
    static limegreen: Rgba;
    static linen: Rgba;
    static magenta: Rgba;
    static maroon: Rgba;
    static mediumaquamarine: Rgba;
    static mediumblue: Rgba;
    static mediumorchid: Rgba;
    static mediumpurple: Rgba;
    static mediumseagreen: Rgba;
    static mediumslateblue: Rgba;
    static mediumspringgreen: Rgba;
    static mediumturquoise: Rgba;
    static mediumvioletred: Rgba;
    static midnightblue: Rgba;
    static mintcream: Rgba;
    static mistyrose: Rgba;
    static moccasin: Rgba;
    static navajowhite: Rgba;
    static navy: Rgba;
    static oldlace: Rgba;
    static olive: Rgba;
    static olivedrab: Rgba;
    static orange: Rgba;
    static orangered: Rgba;
    static orchid: Rgba;
    static palegoldenrod: Rgba;
    static palegreen: Rgba;
    static paleturquoise: Rgba;
    static palevioletred: Rgba;
    static papayawhip: Rgba;
    static peachpuff: Rgba;
    static peru: Rgba;
    static pink: Rgba;
    static plum: Rgba;
    static powderblue: Rgba;
    static purple: Rgba;
    static red: Rgba;
    static rosybrown: Rgba;
    static royalblue: Rgba;
    static saddlebrown: Rgba;
    static salmon: Rgba;
    static sandybrown: Rgba;
    static seagreen: Rgba;
    static seashell: Rgba;
    static sienna: Rgba;
    static silver: Rgba;
    static skyblue: Rgba;
    static slateblue: Rgba;
    static slategray: Rgba;
    static slategrey: Rgba;
    static snow: Rgba;
    static springgreen: Rgba;
    static steelblue: Rgba;
    static tan: Rgba;
    static teal: Rgba;
    static thistle: Rgba;
    static tomato: Rgba;
    static turquoise: Rgba;
    static violet: Rgba;
    static wheat: Rgba;
    static white: Rgba;
    static whitesmoke: Rgba;
    static yellow: Rgba;
    static yellowgreen: Rgba;
}
