/** * @file useRegion 获取Region Context */ import { IRegion } from '@co-hooks/region'; export declare function useRegion(): IRegion;