import { PropsWithChildren } from 'react'; /** * PortalToContainer is used to render elements outside the LikeC4DiagramXYFlow, but inside the container. * It is used internally by the library. */ export declare function PortalToContainer({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;