import { ModalProps } from 'react-native';
export declare const ModalPortal: ({ children, visible, usePortal, ...props }: ModalProps & {
    usePortal?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
