/** * @file useAxis 获取坐标轴 */ import { Axis, AxisType } from '@co-hooks/region'; export declare function useAxis(type: AxisType): Axis;