import React from 'react'; import type { BottomSheetBackgroundContainerProps } from './types'; declare const BottomSheetBackgroundContainer: React.MemoExoticComponent<({ animatedIndex, animatedPosition, backgroundComponent: _providedBackgroundComponent, backgroundStyle: _providedBackgroundStyle, }: BottomSheetBackgroundContainerProps) => JSX.Element | null>; export default BottomSheetBackgroundContainer;