/** * Get a map from `feature.properties.name` to the indices of that feature in `geoData.features`. * * Used to join `mapShape` series data rows to geographic features by name. * Returns an empty map when no `geoData` is registered. */ export declare function useGeoFeatureIndexesByName(): ReadonlyMap;