/// <reference types="react" />
import { IElementPosition } from '@co-hooks/dom';
export interface IRegionRect {
    data: IElementPosition;
}
export declare function RegionRect(props: IRegionRect): JSX.Element;
