import { LocationState } from '../types';
declare const locationFromUrl: (url: string) => LocationState;
export default locationFromUrl;
