import { Point } from './b-map'; declare const _default: (BMapOverlay: typeof window.BMap.Overlay) => { new (point: Point, content: HTMLElement, options?: any): { [x: string]: any; options: any; point: typeof window.BMap.Point; content: HTMLElement; initialize(map: any): HTMLDivElement; draw(): void; }; [x: string]: any; }; export default _default;