declare const DEFAULT_THEME: { categoryAxis: { axisLine: { show: boolean; }; axisTick: { show: boolean; }; splitLine: { show: boolean; }; }; valueAxis: { axisLine: { show: boolean; }; }; line: { smooth: boolean; }; grid: { containLabel: boolean; left: number; right: number; }; }; declare const DEFAULT_COLORS: string[]; declare const HEAT_MAP_COLOR: string[]; declare const HEAT_BMAP_COLOR: string[]; declare const SAAS_DEFAULT_COLORS: string[]; declare const SAAS_DEFAULT_SAME_COLORS: { blue: { color: string; idx: number; }[]; green: { color: string; idx: number; }[]; }; declare const DEFAULT_CONFIG: { tooltip: { backgroundColor: string; borderColor: string; padding: number[]; textStyle: { color: string; fontSize: string; }; extraCssText: string; }; legend: { icon: string; bottom: number; itemGap: number; itemWidth: number; itemHeight: number; itemStyle: { borderColor: string; }; }; }; declare const itemPoint: (color: any) => string; declare const itemLabel: (seriesName: any, onlyLabel: any) => string; declare const itemContent: (content: any) => string; declare const STATIC_PROPS: string[]; declare const ECHARTS_SETTINGS: string[]; export { DEFAULT_THEME, DEFAULT_COLORS, HEAT_MAP_COLOR, HEAT_BMAP_COLOR, itemPoint, itemLabel, itemContent, STATIC_PROPS, ECHARTS_SETTINGS, DEFAULT_CONFIG, SAAS_DEFAULT_COLORS, SAAS_DEFAULT_SAME_COLORS };