declare const getCoordnateType: (series: any) => "cartesian" | "polar"; declare const isCartesian: (chartType: string) => Boolean; declare const mapping2MathCoord: (touch: Touch | any, canvas: HTMLCanvasElement | any) => Promise; export { isCartesian, getCoordnateType, mapping2MathCoord };