interface Props { zoomLevelToGeohashLevel: (leafletZoomLevel: number) => number; } /** * Renders a custom grid layer made up of Polyline components that have boundaries associated * with the geohashes available in the current map boundaries. **/ export default function CustomGridLayer({ zoomLevelToGeohashLevel }: Props): JSX.Element; export {}; //# sourceMappingURL=CustomGridLayer.d.ts.map