import * as React from "react";
export declare const Portal: React.FC<React.PropsWithChildren<{
    parentNode?: HTMLElement | null;
}>>;
