import type { RefObject } from 'react';
import type Animated from '../../index';
import type { SharedValue } from '../commonTypes';
export declare function useScrollViewOffset(aref: RefObject<Animated.ScrollView>, initialRef?: SharedValue<number>): SharedValue<number>;
