import React from 'react'; import type { ScrollViewProps } from 'react-native'; import { ScrollView } from 'react-native'; declare const BottomSheetScrollView: React.ForwardRefExoticComponent>; export default BottomSheetScrollView;