import { Animated } from 'react-native'; export declare const useAnimateScrollView: (imageHeight: number, disableScale?: boolean) => readonly [Animated.Value, (...args: any[]) => void, 1 | Animated.AnimatedInterpolation, 0 | Animated.AnimatedInterpolation, 0 | Animated.AnimatedInterpolation]; //# sourceMappingURL=useAnimateScrollView.d.ts.map