export declare function portal(node: HTMLElement, root?: HTMLElement): {
    destroy(): void;
};
