import { Dispatch, SetStateAction } from 'react'; import { MapPolygonExtendedProps, PolygonKey } from '../lib/types'; export declare const useSelectedKey: (polygons: MapPolygonExtendedProps[]) => [PolygonKey, Dispatch>, (key: PolygonKey) => void, (index: number) => void]; //# sourceMappingURL=useSelectedKey.d.ts.map