import { type StyleProp, type ViewStyle, type ModalProps } from 'react-native'; import React from 'react'; import { type SharedValue } from 'react-native-reanimated'; export interface Props extends ModalProps { visibility: SharedValue; backdropStyle?: StyleProp; contentWrapperStyle?: StyleProp; } export declare const ModalBackdropWrapper: React.FC; //# sourceMappingURL=ModalBackdropWrapper.component.d.ts.map