import React from "react"; import { GoogleClusterMarkerProps } from "../../types"; export const GoogleClusterMarker = ({ markerSize, }: GoogleClusterMarkerProps) => ( );