/**
 * Use this hook to block the browser from unloading when the user has unsaved changes.
 * @param shouldBlock - Whether to block the browser from unloading.
 */
export declare function useBrowserUnloadBlocker(shouldBlock: boolean): void;
//# sourceMappingURL=useBrowserUnloadBlocker.d.ts.map