export declare const yAxis: {
    axisTick: string;
    axisLine: string;
    show: boolean;
    inverse: boolean;
    splitLine: {
        show: boolean;
    };
};
export declare const defaultValueWidth = 70;
export declare const defaultBarWidth = 10;
