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