import * as React from "react";
import type { Props } from "./types";
declare const Portal: ({ renderInto, children }: Props) => React.ReactPortal | null;
export default Portal;
