import { ReactNode } from 'react';
export declare function Portal({ children }: {
    children: ReactNode;
}): import("react").ReactPortal;
