import { type ITheme } from "@gooddata/sdk-model"; import { type CSSObject } from "../lib/index.js"; export declare const getWhiteLabelStyle: (theme?: ITheme | null | undefined) => import("highcharts").CSSObject; export declare const getBlackLabelStyle: (theme?: ITheme | null | undefined) => import("highcharts").CSSObject; export declare const getBlackStackedLabelStyle: (theme?: ITheme | null | undefined) => import("highcharts").CSSObject; export declare const getBackplateStackedLabelStyling: (theme?: ITheme | null | undefined) => import("highcharts").YAxisStackLabelsOptions; export declare const getBackplateLabelStyling: (theme?: ITheme | null | undefined) => import("highcharts").DataLabelsOptions; export declare const getBackplateLabelStyle: (theme?: ITheme | null | undefined) => import("highcharts").CSSObject; export declare const getBackplateLabelColor: (theme?: ITheme | null | undefined) => string; export declare const DATA_LABEL_C6: CSSObject; export declare const whiteDataLabelTypes: ("bubble" | "donut" | "funnel" | "pie" | "pyramid" | "treemap")[]; //# sourceMappingURL=label.d.ts.map