export declare class Color { private hexToRgb; lightenColor(hex: string, amount: number): string; private rgbToHex; }