/**
 * Helper to navigate to a screen using a href based on the linking options.
 * @returns function that receives the href to navigate to.
 */
export declare function useLinkTo(): (href: string) => void;
//# sourceMappingURL=useLinkTo.d.ts.map