import { VirtualNode, Portal } from 'nerv-shared';
export declare function createPortal(children: VirtualNode, container: Element): Portal;
