export declare function usePortal(el: HTMLElement, target?: string | HTMLElement | null): { update: (newTarget: string | HTMLElement | null) => Promise; destroy(): void; };