import React from 'react'; import { ILocation, IMatch, IRoute, LocationState, MatchParams } from './index'; export declare type Location = ILocation & IMatch

& R; export declare const LocationContext: React.Context | null | undefined>; export declare type LocationProviderProps = { location: ILocation; match: IMatch; route: IRoute; }; export declare const LocationProvider: React.FC;