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