export declare function darkenColor(hexColor: string, darkenBy?: number): string; export declare function hexToRgbaWithOpacity(hexColor: string, opacity?: number): string;