export declare const ChartCommonStyles: {
    label: {
        fontFamily: "var(--pf-chart-global--FontFamily, \"RedHatText\", \"Overpass\", overpass, helvetica, arial, sans-serif)";
        fontSize: 14;
        letterSpacing: "var(--pf-chart-global--letter-spacing, normal)";
        margin: 8;
        fill: "var(--pf-chart-global--label--Fill, #151515)";
    };
    legend: {
        margin: 16;
        position: "right";
    };
};
export declare const ChartBulletStyles: {
    axisTickCount: 5;
    comparativeMeasureErrorWidth: 30;
    comparativeMeasureWarningWidth: 30;
    comparativeMeasureWidth: 30;
    label: {
        groupTitle: {
            fill: "var(--pf-chart-bullet--label--grouptitle--Fill, #151515)";
            fontSize: 24;
        };
        subTitle: {
            fill: "var(--pf-chart-bullet--label--subtitle--Fill, #b8bbbe)";
            fontSize: 14;
        };
        title: {
            fill: "var(--pf-chart-bullet--label--title--Fill, #151515)";
            fontSize: 18;
        };
    };
    primaryDotMeasureSize: 6;
    primarySegmentedMeasureWidth: 9;
    qualitativeRangeWidth: 30;
};
export declare const ChartDonutStyles: {
    label: {
        subTitle: {
            fill: "var(--pf-chart-donut--label--subtitle--Fill, #b8bbbe)";
            fontSize: 14;
        };
        subTitlePosition: "center";
        title: {
            fill: "var(--pf-chart-donut--label--title--Fill, #151515)";
            fontSize: 24;
        };
    };
};
export declare const ChartDonutUtilizationStyles: {
    thresholds: {
        colorScale: ("var(--pf-chart-donut--threshold--warning--Color, #f0ab00)" | "var(--pf-chart-donut--threshold--danger--Color, #c9190b)")[];
    };
};
export declare const ChartLegendTooltipStyles: {
    flyout: {
        padding: number;
    };
    label: any;
};
export declare const ChartScatterStyles: {
    activeSize: 5;
    size: 3;
};
//# sourceMappingURL=ChartStyles.d.ts.map