export declare const portal: (node: HTMLElement, target?: HTMLElement) => { update: (newTarget: string | HTMLElement) => Promise; destroy: () => void; };