import { Path, RelativeRoutingType, To } from '@remix-run/router';
/**
 * Resolves the pathname of the given `to` value against the current location.
 *
 * @see https://reactrouter.com/hooks/use-resolved-path
 */
export declare function useResolvedPath(to: To, { relative }?: {
    relative?: RelativeRoutingType;
}): Path;
//# sourceMappingURL=useResolvedPath.d.ts.map