import Animated from 'react-native-reanimated'; /** * Namespace for animated values associated with the bottom sheet. */ declare class AnimatedStoreSheet { static _scrollToDragVal: Animated.Value; static _velocityY: Animated.Value; static _snappedToTop: Animated.Value; static init(): void; } export { AnimatedStoreSheet };