import type { Action } from 'svelte/action'; export type PortalConfig = string | HTMLElement | undefined; export declare const usePortal: Action;