import { Feature, SelectionState as GenericSelectionState } from '@peripleo/peripleo'; import { MapGeoJSONFeature, MapLayerMouseEvent, MapMouseEvent } from 'maplibre-gl'; export type SelectionState = GenericSelectionState; export declare const useSelectionState: () => { selection: GenericSelectionState; setSelection: import('react').Dispatch>>; }; export declare const useSelection: () => { selection: GenericSelectionState; setSelected: (feature?: T) => void; }; export declare const useSelectionValue: () => GenericSelectionState; //# sourceMappingURL=useSelection.d.ts.map