import * as React from 'react'; import { Animated } from 'react-native'; type TransitionProgressContextBody = { progress: Animated.Value; closing: Animated.Value; goingForward: Animated.Value; }; declare const _default: React.Context; export default _default; //# sourceMappingURL=TransitionProgressContext.d.ts.map