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