import type { LocationState } from '@base/types/react-router';
export declare const useTypedLocation: () => {
    pathname: string;
    locationState: LocationState;
};
