import { RgbColor } from "./RgbColor";
export declare class RgbColors {
    static get transparent(): RgbColor;
    static get black(): RgbColor;
    static get white(): RgbColor;
    static get red(): RgbColor;
    static get green(): RgbColor;
    static get blue(): RgbColor;
    static get cyan(): RgbColor;
}
