import { Animated } from 'react-native';
declare const useLoop: (AnimatedValue: Animated.Value, initValue: number, config: Pick<Animated.TimingAnimationConfig, 'toValue' | 'duration' | 'easing'>) => void;
export default useLoop;
