/** * @file region Region上下文 */ import React from 'react'; import { IRegion } from '@co-hooks/region'; export declare const RegionContext: React.Context;