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