export declare const valueXAxis: { type: string; splitLine: { show: boolean; lineStyle: { type: string; }; }; axisLine: { lineStyle: { color: string; }; }; }; export declare const categoryXAxis: { type: string; data: string[]; splitLine: { show: boolean; lineStyle: { type: string; }; }; axisLine: { lineStyle: { color: string; }; }; }; export declare const valueYAxis: { type: string; nameTextStyle: { color: string; }; axisTick: { alignWithLabel: boolean; show: boolean; }; axisLine: { lineStyle: { color: string; type: string; }; }; }; export declare const categoryYAxis: { type: string; nameTextStyle: { color: string; }; axisTick: { alignWithLabel: boolean; show: boolean; }; axisLine: { lineStyle: { color: string; type: string; }; }; data: string[]; }; export declare const horizontalBarStyle: { barMaxWidth: string; type: string; itemStyle: { opacity: number; borderWidth: number; }; barMinHeight: number; label: { show: boolean; position: string; valueAnimation: boolean; formatter: string; }; }; export declare const verticalBarStyle: { barMaxWidth: string; type: string; itemStyle: { opacity: number; borderWidth: number; }; barMinHeight: number; label: { show: boolean; position: string; valueAnimation: boolean; formatter: string; }; }; export declare const horizontalGrid: { top: string; left: string; right: string; bottom: string; containLabel: boolean; }; export declare const verticalGrid: { top: string; left: string; right: string; bottom: string; containLabel: boolean; }; export declare const colors: string[]; export declare const barTooltip: { trigger: string; axisPointer: { type: string; }; };