import type React from 'react'; import type { SharedValue } from 'react-native-reanimated'; import type { SCROLLABLE_TYPE } from '../constants'; import type { Scrollable } from '../types'; export declare const useScrollableSetter: (ref: React.RefObject, type: SCROLLABLE_TYPE, contentOffsetY: SharedValue, refreshable: boolean, useFocusHook?: typeof React.useEffect) => void; //# sourceMappingURL=useScrollableSetter.d.ts.map