import Animated from "react-native-reanimated"; import { State as GestureState } from "react-native-gesture-handler"; export declare function useNestedAutoScroll(params: { activeCellSize?: Animated.SharedValue; autoscrollSpeed?: number; autoscrollThreshold?: number; hoverOffset?: Animated.SharedValue; isDraggingCell?: Animated.SharedValue; isTouchActiveNative?: Animated.SharedValue; panGestureState?: Animated.SharedValue; }): null;