import React from 'react';
import { MapChildProps } from '@uiw/react-baidu-map-map';
export * from './useDrawingManager';
export interface DrawingManagerProps extends BMapLib.DrawingManagerOptions, BMapLib.DrawingManagerEvents, MapChildProps {
}
declare const _default: React.ForwardRefExoticComponent<DrawingManagerProps & React.RefAttributes<DrawingManagerProps & {
    drawingManager?: BMapLib.DrawingManager;
}>>;
export default _default;
