import React from 'react'; import { ModalProps, ViewStyle, StyleProp } from 'react-native'; import { RneFunctionComponent } from '../helpers'; export declare type OverlayProps = ModalProps & { isVisible: boolean; backdropStyle?: StyleProp; overlayStyle?: StyleProp; onBackdropPress?(): void; fullScreen?: boolean; ModalComponent?: typeof React.Component; }; declare const Overlay: RneFunctionComponent; export { Overlay }; declare const _default: React.FunctionComponent; overlayStyle?: StyleProp; onBackdropPress?(): void; fullScreen?: boolean; ModalComponent?: typeof React.Component; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; overlayStyle?: StyleProp; onBackdropPress?(): void; fullScreen?: boolean; ModalComponent?: typeof React.Component; } & Partial>>; export default _default;