import { ParamListBase } from "@react-navigation/native"; import * as React from "react"; import type { BottomSheetDescriptorMap, BottomSheetNavigationHelpers, BottomSheetNavigationState } from "./types"; type Props = { state: BottomSheetNavigationState; navigation: BottomSheetNavigationHelpers; descriptors: BottomSheetDescriptorMap; }; export declare function BottomSheetView({ state, navigation, descriptors }: Props): React.JSX.Element; export {}; //# sourceMappingURL=view.d.ts.map