import React from 'react'; import { SCROLLABLE_TYPE } from '../../constants'; export declare function createBottomSheetScrollableComponent(type: SCROLLABLE_TYPE, ScrollableComponent: any): React.ForwardRefExoticComponent & React.RefAttributes>;