import { Animated } from 'react-native'; import type { AnimatedPulseProps } from '../types'; declare const useAnimatedPulse: ({ pulseStart, pulseEnd, pulseSpeed, pulseDisable, }: Partial) => { pulseEffect: Animated.CompositeAnimation; pulseValue: import("react").MutableRefObject; }; export default useAnimatedPulse;