import type { Animated } from 'react-native'; export type AnimationHookProps = { animatedStyles: T; animateIn: Animated.CompositeAnimation; animateOut: Animated.CompositeAnimation; }; //# sourceMappingURL=AnimationProps.d.ts.map