import type { RouterLocation } from "./RouterProvider.cjs";
/**
 * Hook to access the current location.
 * This is a router-agnostic wrapper that uses the configured router provider.
 *
 * @example
 * const location = useLocation();
 * console.log(location.pathname);
 */
export declare const useLocation: () => RouterLocation;
//# sourceMappingURL=useLocation.d.ts.map