import { type ITheme } from "@gooddata/sdk-model"; export declare function isLightNotContrastEnough(backgroundColor: string, lightColor?: string, darkColor?: string): boolean; export declare function extendDataLabelColors(Highcharts: any, theme: ITheme | null): void; //# sourceMappingURL=dataLabelsColors.d.ts.map