/** * Locks the scroll of the document when enabled. * * @param enabled - Whether to enable the scroll lock. */ export declare function useScrollLock(enabled?: boolean): () => void;