import Animated from 'react-native-reanimated'; import type { Primitive } from '../types'; export declare const useReactiveSharedValue: (value: T) => T extends Primitive ? Animated.SharedValue : T;