export declare const chartTickStyle: {
    fill: string;
    fontSize: number;
};
export declare const chartAxisLineStyle: {
    stroke: string;
};
export declare const chartTooltipProps: {
    contentStyle: {
        backgroundColor: string;
        border: string;
        borderRadius: number;
        color: string;
    };
};
export declare const chartLegendProps: {
    wrapperStyle: {
        fontSize: number;
        color: string;
    };
};
