import { type RefObject } from 'react'; import { type SharedValue } from 'react-native-reanimated'; import { SCROLLABLE_STATUS, SHEET_STATE } from '../constants'; import type { AnimationState, KeyboardState, Scrollable, ScrollableRef, ScrollableState } from '../types'; export declare const useScrollable: (enableContentPanningGesture: boolean, animatedSheetState: SharedValue, animatedKeyboardState: SharedValue, animatedAnimationState: SharedValue) => { state: SharedValue; status: import("react-native-reanimated").DerivedValue; setScrollableRef: (ref: ScrollableRef) => void; removeScrollableRef: (ref: RefObject) => void; }; //# sourceMappingURL=useScrollable.d.ts.map