import type { ScrollView as RNScrollView } from 'react-native'; import type { ScrollBridge } from './types'; interface UseSheetScrollViewGesturesProps { scrollRef: React.RefObject; scrollBridge: ScrollBridge; hasScrollableContent: boolean; scrollEnabled: boolean; setScrollEnabled: (enabled: boolean, lockTo?: number) => void; } export declare function useSheetScrollViewGestures({ scrollRef, scrollBridge, hasScrollableContent, }: UseSheetScrollViewGesturesProps): {}; export {}; //# sourceMappingURL=useSheetScrollViewGestures.d.ts.map