import { BodyScrollOptions } from 'body-scroll-lock'; export declare const usePauseBodyScrollEffect: ({ currentEl, options, }: { currentEl: HTMLElement | undefined | null; options?: any; }) => void;