import React from 'react';
import { OverlayProps } from '@uiw/react-baidu-map-map';
export * from './useGroundOverlay';
export interface GroundOverlayProps extends OverlayProps, BMap.GroundOverlayOptions, BMap.GroundOverlayEvents {
    /**
     * 设置矩形区域
     */
    bounds?: BMap.Bounds;
}
declare const _default: React.ForwardRefExoticComponent<GroundOverlayProps & React.RefAttributes<GroundOverlayProps>>;
export default _default;
