import * as React from 'react';
export declare function createPortal(children: React.ReactNode, containerInfo: any, key?: string): any;
