export declare const barOptions: (num: any, direction: any, columns: any) => { backgroundColor: any; tooltip: { show: boolean; trigger: string; formatter: (params: any) => any; }; legend: { trigger: string; left: string; show: boolean; top: string; itemWidth: number; itemHeight: number; borderRadius: number; textStyle: { fontSize: number; color: string; lineHeight: number; rich: { a: { verticalAlign: string; }; }; padding: number[]; }; }; toolbox: { feature: { saveAsImage: { show: boolean; title: string; type: string; name: string; pixelRatio: number; backgroundColor: string; }; }; }; grid: any; color: any; xAxis: any; yAxis: any; series: any; };