/// <reference types="googlemaps" />
export interface HasMarkerAnchor {
    anchor?: google.maps.Marker | null;
}
