import React from 'react'; import { StyleProp, ViewStyle, ModalProps } from 'react-native'; import { RneFunctionComponent } from '../helpers'; export declare type BottomSheetProps = { containerStyle?: StyleProp; modalProps?: ModalProps; isVisible?: boolean; }; declare const BottomSheet: RneFunctionComponent; export { BottomSheet }; declare const _default: React.FunctionComponent>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent>>; export default _default;