import React from 'react'; import type { BottomSheetBackdropContainerProps } from './types'; declare const BottomSheetBackdropContainer: React.MemoExoticComponent<({ animatedIndex, animatedPosition, backdropComponent: BackdropComponent, }: BottomSheetBackdropContainerProps) => JSX.Element | null>; export default BottomSheetBackdropContainer;