export declare function hexWithAlpha(color: string, alpha?: number): string; export declare function createGradientColor(startColor: string, endColor: string): Highcharts.GradientColorObject;