/// <reference types="react" />
import type { Animated } from 'react-native';
export declare const ScrollContentOffsetContext: import("react").Context<Animated.Value | undefined>;
export declare const useScrollContentOffset: () => Animated.Value;
//# sourceMappingURL=ScrollContentOffsetContext.d.ts.map