declare const BaseOption: { visualMap: { show: boolean; dimension: number; type: string; min: string; max: string; inRange: { colorAlpha: number[]; }; }; }; declare const CHARTTYPE: string[]; declare const SERIESUNIT: { RectangularHeatMapChart: { type: string; symbol: string; symbolSize: string; cursor: string; data: never[]; }; CalendarHeatMapChart: { name: string; type: string; cursor: string; label: { show: undefined; color: string; }; data: never[]; emphasis: { itemStyle: { shadowBlur: number; shadowColor: string; }; }; itemStyle: { borderColor: string; }; progressive: number; animation: boolean; }; HexagonHeatMapChart: { type: string; name: string; renderItem: undefined; data: never[]; }; }; declare const VISUALMAPUNIT: { RectangularHeatMapChart: { show: boolean; dimension: number; min: string; max: string; inRange: { colorAlpha: number[]; }; }; CalendarHeatMapChart: { show: boolean; dimension: number; min: string; max: string; inRange: {}; inverse: boolean; itemWidth: number; itemHeight: number; text: never[]; textStyle: { color: string; fontSize: number; }; }; HexagonHeatMapChart: { show: boolean; type: string; dimension: number; min: string; max: string; inRange: { color: undefined; }; }; }; declare const SYMBOLCOLOR: { RectangularHeatMapChart: string; CalendarHeatMapChart: string; HexagonHeatMapChart: string[]; }; export default BaseOption; export { SYMBOLCOLOR, CHARTTYPE, SERIESUNIT, VISUALMAPUNIT };