import React from 'react'; import type { BottomSheetBackgroundProps } from './types'; declare const BottomSheetBackground: React.MemoExoticComponent<({ pointerEvents, style, }: BottomSheetBackgroundProps) => JSX.Element>; export default BottomSheetBackground;