import type { ChoroplethMapProps } from '../../types/mapTypes'; declare const BentoChoroplethMap: ({ height, center, zoom, tileLayer, colorMode, features, categoryProp, onClick, renderPopupBody, ...params }: ChoroplethMapProps) => import("react/jsx-runtime").JSX.Element; export default BentoChoroplethMap;