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