import React from 'react'; import { BottomSheetProps } from './types'; export declare function BottomSheet({ bottomSheetRoot, isOpened, shouldCloseOnEsc, shouldCloseOnOverlayClick, onClose, allowBackgroundInteractions, bodyRef, ...props }: BottomSheetProps): React.ReactPortal | null;