import { MapType, Marker, LatLng, CameraConfig, CircleOptions } from './definitions'; import { CreateMapArgs } from './implementation'; import { GoogleMap } from './map'; export { GoogleMap, MapType, Marker, LatLng, CameraConfig, CreateMapArgs, CircleOptions }; declare global { export namespace JSX { interface IntrinsicElements { 'capacitor-google-map': any; } } }