import { Dispatch, SetStateAction } from 'react'; import { LocationState, MatchParams } from './index'; import { Location } from './LocationContext'; export declare function useLocation(): [Location, Dispatch>];