import Map from './map'; import Marker from './marker'; import Polygon from './polygon'; import Polyline from './polyline'; import Circle from './circle'; import Tooltip from './tooltip'; import Popup from './popup'; declare const _default: { Map: typeof Map; Marker: typeof Marker; Polygon: typeof Polygon; Polyline: typeof Polyline; Tooltip: typeof Tooltip; Popup: typeof Popup; Circle: typeof Circle; }; export default _default;