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