/// <reference types="react" />
import { RouteComponentProps } from 'react-router-dom';
export declare type LastLocationType = null | RouteComponentProps['location'];
declare const LastLocationContext: import("react").Context<LastLocationType>;
export default LastLocationContext;
