/**
* Stores the element that will contain the portal. By default, it will be the
* body of the document.
* @example
* ```jsx
* const container = document.getElementById("container");
*
* function App() {
* return (
*
*
*
* );
* }
* ```
*/
export declare const PortalContext: import("react").Context;