import * as React from "react";
import { DialogOptions } from "../Dialog";
export declare function usePreventBodyScroll(targetRef: React.RefObject<HTMLElement>, options: DialogOptions): void;
