export declare const WindowPortal: ({ children, closeWindowPortal }: { children: any; closeWindowPortal: any; }) => import("react").ReactPortal;