import type { PointMapProps } from '../../types/mapTypes'; declare const BentoPointMap: ({ height, center, zoom, tileLayer, data, onClick, renderPopupBody }: PointMapProps) => import("react/jsx-runtime").JSX.Element; export default BentoPointMap;