import { MarkerClusterer } from '@googlemaps/markerclusterer'; import { InjectionKey } from 'vue'; import { IGmapVuePluginOptions } from '../interfaces'; export declare const $recyclePrefix = "__gmc__"; export declare const $autocompletePromise: InjectionKey>; export declare const $mapPromise: InjectionKey>; export declare const $streetViewPanoramaPromise: InjectionKey>; export declare const $clusterPromise: InjectionKey>; export declare const $markerPromise: InjectionKey>; export declare const $infoWindowPromise: InjectionKey>; export declare const $kmlLayerPromise: InjectionKey>; export declare const $heatmapLayerPromise: InjectionKey>; export declare const $circleShapePromise: InjectionKey>; export declare const $polygonShapePromise: InjectionKey>; export declare const $polylineShapePromise: InjectionKey>; export declare const $rectangleShapePromise: InjectionKey>; export declare const $drawingManagerPromise: InjectionKey>; export declare const $gmapOptions: InjectionKey;