export declare class OSMDColor { alpha: number; red: number; green: number; blue: number; constructor(red: number, green: number, blue: number); static Black: OSMDColor; static DeepSkyBlue: OSMDColor; static Green: OSMDColor; static Magenta: OSMDColor; static Orange: OSMDColor; static Red: OSMDColor; static Disabled: OSMDColor; static DarkBlue: OSMDColor; static Debug1: OSMDColor; static Debug2: OSMDColor; static Debug3: OSMDColor; toString(): string; }