import React from 'react'; import type { MobileBottomSheetProps } from './types'; declare const MobileBottomSheet: React.FunctionComponent; export default MobileBottomSheet;