export type { GtaMarker, GtaMarkerEntry } from './marker.types.js'; export type { MapStyle, LatLngBoundsTuple, TileConfig } from './map.types.js'; export type { MapClickDetail, MarkerClickDetail, MarkerPlacedDetail, MapReadyDetail, GtaVMapEventMap, } from './event.types.js'; export type { GtaShape, GtaShapeEntry, ShapeLabel } from './shape.types.js'; export { SHAPE_DEFAULTS } from './shape.types.js'; //# sourceMappingURL=index.d.ts.map