/** * @file useUpStep 上一步 */ import { AxisType } from '@co-hooks/region'; export declare function useUpStep(part: string, type: AxisType): [boolean, (stepCount?: number) => void];