import React from 'react'; import type { BottomSheetDraggableViewProps } from './types'; declare const BottomSheetDraggableView: React.MemoExoticComponent<({ gestureType, nativeGestureRef, refreshControlGestureRef, style, children, ...rest }: BottomSheetDraggableViewProps) => JSX.Element>; export default BottomSheetDraggableView;