import { Animated } from 'react-native'; export declare const runCenterCircleZoomEnter: (animation: Animated.Value, translateY: Animated.Value, opacity: Animated.Value, duration: number, onEnd?: () => void, circleOpacity?: Animated.Value) => void; export declare const runCenterCircleZoomExit: (animation: Animated.Value, opacity: Animated.Value, duration: number, onEnd?: () => void, circleOpacity?: Animated.Value) => void;