import { ReactNode } from "react"; declare type Props = { children: ReactNode; }; export declare const ModalPortal: ({ children }: Props) => import("react").ReactPortal; export {};