import { PropsWithChildren } from "react";
declare const Portal: ({ children }: PropsWithChildren) => import("react").ReactPortal | null;
export default Portal;
