export default function useTransitionProgress(): {
    progress: import("react-native/types").Animated.Value;
    closing: import("react-native/types").Animated.Value;
    goingForward: import("react-native/types").Animated.Value;
};
