import type { GeoPath } from '@mui/x-charts-vendor/d3-geo'; /** * Get the geo path registered with the geo chart, resolved against d3-geo and * fitted to the chart's drawing area. */ export declare function useGeoPath(): GeoPath | null;