import type { ScrollEventsHandlersHookType } from '../types'; export type ScrollEventContextType = { initialContentOffsetY: number; shouldLockInitialPosition: boolean; }; export declare const useScrollEventsHandlersDefault: ScrollEventsHandlersHookType; //# sourceMappingURL=useScrollEventsHandlersDefault.d.ts.map