import React from 'react'; import type { BottomSheetViewProps } from './types'; declare function BottomSheetViewComponent({ extraHeightToAdd, focusHook: useFocusHook, enableFooterMarginAdjustment, onLayout, style, children, ...rest }: BottomSheetViewProps): JSX.Element; declare const BottomSheetView: React.MemoExoticComponent; export default BottomSheetView;