import React from "react"; interface MapMarkerClusterContextType { markerCount: number; } export const MapMarkerClusterContext = React.createContext({ markerCount: 0, });