/**
 * Bullet styles
 *
 * @private Not intended as public API and subject to change
 */
export declare const BulletStyles: {
    axisTickCount: 5;
    comparativeMeasureErrorWidth: 30;
    comparativeMeasureWarningWidth: 30;
    comparativeMeasureWidth: 30;
    label: {
        groupTitle: {
            fill: "var(--pf-v6-chart-bullet--label--grouptitle--Fill, #1f1f1f)";
            fontSize: 22;
        };
        subTitle: {
            fill: "var(--pf-v6-chart-bullet--label--subtitle--Fill, #a3a3a3)";
            fontSize: 14;
        };
        title: {
            fill: "var(--pf-v6-chart-bullet--label--title--Fill, #1f1f1f)";
            fontSize: 18;
        };
    };
    primaryDotMeasureSize: 6;
    primarySegmentedMeasureWidth: 9;
    qualitativeRangeWidth: 30;
};
//# sourceMappingURL=bullet-styles.d.ts.map