import type { ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo'; /** * Get the GeoJSON `FeatureCollection` currently registered with the geo chart, * or `null` when no `geoData` has been configured. */ export declare function useGeoData(): ExtendedFeatureCollection | null;