declare const getSeries_Dis: (that: any, e: any) => any; declare const getChartClick_xAxis: (that: any, e: any) => any; declare const getChartClick_Ind: (that: any, e: any) => number; export { getSeries_Dis, getChartClick_xAxis, getChartClick_Ind };