import * as echarts from "echarts/core";
export declare const gradColors: string[][];
export declare const colors: string[];
export declare const axisCfg: {
    axisTick: {
        show: boolean;
    };
    axisLine: {
        show: boolean;
        lineStyle: {
            color: string;
        };
    };
    axisLabel: {
        color: string;
        fontSize: number;
    };
    nameTextStyle: {
        color: string;
    };
};
export declare const titleCfg: {
    top: number;
    left: string;
    color: string;
    fontSize: number;
};
export default echarts;
