/**
 * Location state
 * @param T Type of state
 * @returns State
 * @throws Error if state is null or undefined
 */
export declare function useLocationState<T>(): T;
