import React from 'react'; import type { BottomSheetHandleContainerProps } from './types'; declare function BottomSheetHandleContainerComponent({ animatedIndex, animatedPosition, simultaneousHandlers: _internalSimultaneousHandlers, enableHandlePanningGesture, onBeforeHandlePan, handleHeight, handleComponent: _providedHandleComponent, handleStyle: _providedHandleStyle, handleIndicatorStyle: _providedIndicatorStyle, }: BottomSheetHandleContainerProps): JSX.Element | null; declare const BottomSheetHandleContainer: React.MemoExoticComponent; export default BottomSheetHandleContainer;