/** Locks body scroll while `active` is true. */
export declare const useScrollLock: (active: boolean) => void;
