import React, { PropsWithChildren } from 'react'; export declare const Portal: ({ children, className, rootElement, el, }: React.PropsWithChildren<{ className?: string | undefined; el?: string | undefined; rootElement?: HTMLElement | null | undefined; }>) => React.ReactPortal;