export declare const AxisTheme: {
    axis: {
        style: {
            grid: {
                stroke: "var(--pf-chart-axis--grid--stroke--Color, #d2d2d2)";
            };
            ticks: {
                stroke: "var(--pf-chart-axis--tick--stroke--Color, #d2d2d2)";
            };
        };
    };
};
//# sourceMappingURL=axis-theme.d.ts.map