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