export declare const DEFAULT_BASIC_COLOR_PALETTE: string[];
export declare const DEVUI_ECHART_THEME: {
    defaultColorPalette: string[];
    defaultDarkTheme: {
        color: string[];
        tooltip: {
            axisPointer: {
                label: {
                    show: boolean;
                };
                lineStyle: {
                    color: string;
                    width: number;
                    type: number[];
                };
                crossStyle: {
                    color: string;
                    width: number;
                    type: number[];
                };
            };
            backgroundColor: string;
            extraCssText: string;
            borderWidth: number;
            padding: number[];
            textStyle: {
                color: string;
                fontSize: number;
            };
        };
        virtualMap: {
            textStyle: {
                color: string;
            };
        };
        legend: {
            height: string;
            width: string;
            textStyle: {
                color: string;
            };
        };
        textStyle: {
            color: string;
        };
        title: {
            textStyle: {
                color: string;
            };
        };
        toolbox: {
            iconStyle: {
                borderColor: string;
            };
        };
        dataZoom: {
            textStyle: {
                color: string;
            };
        };
        timeline: {
            lineStyle: {
                color: string;
            };
            label: {
                textStyle: {
                    color: string;
                };
            };
        };
        timeAxis: {
            axisLine: {
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        logAxis: {
            axisLine: {
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        valueAxis: {
            axisLine: {
                show: boolean;
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                show: boolean;
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        categoryAxis: {
            axisLine: {
                show: boolean;
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                show: boolean;
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        line: {
            symbol: string;
        };
        graph: {
            color: string[];
        };
        geo: {
            itemStyle: {
                borderColor: string;
                areaColor: string;
            };
        };
    };
    defaultLightTheme: {
        color: string[];
        tooltip: {
            axisPointer: {
                label: {
                    show: boolean;
                };
                lineStyle: {
                    color: string;
                    width: number;
                    type: number[];
                };
                crossStyle: {
                    color: string;
                    width: number;
                    type: number[];
                };
            };
            backgroundColor: string;
            extraCssText: string;
            borderWidth: number;
            padding: number[];
            textStyle: {
                color: string;
                fontSize: number;
            };
        };
        virtualMap: {
            textStyle: {
                color: string;
            };
        };
        legend: {
            height: string;
            width: string;
            align: string;
            textStyle: {
                color: string;
            };
        };
        textStyle: {
            color: string;
        };
        title: {
            textStyle: {
                color: string;
            };
        };
        toolbox: {
            iconStyle: {
                borderColor: string;
            };
        };
        dataZoom: {
            textStyle: {
                color: string;
            };
        };
        timeline: {
            lineStyle: {
                color: string;
            };
            label: {
                textStyle: {
                    color: string;
                };
            };
        };
        timeAxis: {
            axisLine: {
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        logAxis: {
            axisLine: {
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        valueAxis: {
            axisLine: {
                show: boolean;
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                show: boolean;
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        categoryAxis: {
            axisLine: {
                show: boolean;
                lineStyle: {
                    color: string;
                };
            };
            axisTick: {
                show: boolean;
            };
            axisLabel: {
                textStyle: {
                    color: string;
                };
            };
            splitLine: {
                lineStyle: {
                    type: number[];
                    color: string;
                };
            };
        };
        line: {
            symbol: string;
            markPoint: {
                label: {
                    show: boolean;
                    color: string;
                };
            };
        };
        graph: {
            color: string[];
        };
        geo: {
            itemStyle: {
                borderColor: string;
                areaColor: string;
            };
        };
    };
};
