import React from 'react'; import type { BottomSheetDefaultBackdropProps } from './types'; declare const BottomSheetBackdrop: React.MemoExoticComponent<({ animatedIndex, opacity, appearsOnIndex, disappearsOnIndex, enableTouchThrough, pressBehavior, closeOnPress, style, }: BottomSheetDefaultBackdropProps) => JSX.Element>; export default BottomSheetBackdrop;