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