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