import type { Scrollable, ScrollableEvent } from '../types'; export declare const useScrollHandler: (useScrollEventsHandlers?: import("../types").ScrollEventsHandlersHookType, onScroll?: ScrollableEvent, onScrollBeginDrag?: ScrollableEvent, onScrollEndDrag?: ScrollableEvent) => { scrollHandler: import("react-native-reanimated").ScrollHandlerProcessed; scrollableRef: import("react-native-reanimated").AnimatedRef; scrollableContentOffsetY: import("react-native-reanimated").SharedValue; }; //# sourceMappingURL=useScrollHandler.d.ts.map