/** * Shared value if you need to track the scroll value for other interactions outside of the LazyScrollView. * Note this must be called from a LazyScrollView child as it uses the AnimatedContext. */ export declare const useLazyScrollValue: () => import("react-native-reanimated").SharedValue; //# sourceMappingURL=useLazyScrollValue.d.ts.map