import Animated from 'react-native-reanimated'; export interface ExampleContextTypes { sharedSliderValue: Animated.SharedValue; }