import * as _$react from "react"; //#region src/hooks/useScrollLock/index.d.ts interface UseScrollLockProps { autoLock?: boolean; } declare function useScrollLock({ autoLock }?: UseScrollLockProps): { ref: _$react.RefObject; lock: () => void; unlock: () => void; }; //#endregion export { useScrollLock }; //# sourceMappingURL=index.d.ts.map