import { Map, MapGeoJSONFeature, MapMouseEvent } from 'maplibre-gl'; export declare const useFeatureRadioState: (property: string) => [{ event?: MapMouseEvent; feature: MapGeoJSONFeature; source: string; } | undefined, (map: Map, event?: MapMouseEvent, feature?: MapGeoJSONFeature, source?: string) => void]; //# sourceMappingURL=useFeatureRadioState.d.ts.map