import React from "react"; import type { BottomSheetContainerProps } from "./types"; declare function BottomSheetContainerComponent({ containerHeight, containerOffset, topInset, bottomInset, shouldCalculateHeight, detached, style, children, }: BottomSheetContainerProps): JSX.Element; declare const BottomSheetContainer: React.MemoExoticComponent; export default BottomSheetContainer;