import { Animated } from 'react-native'; export declare const useAlertAnimation: () => [ { modalOpacity: Animated.Value; modalScale: Animated.Value; overlayOpacity: Animated.Value; }, Animated.CompositeAnimation, Animated.CompositeAnimation, ]; //# sourceMappingURL=useAlertAnimation.d.ts.map