import { ReactNode } from "react"; export declare const Portal: ({ children }: { children?: ReactNode; }) => React.ReactPortal | null;