import { type Ref, type InjectionKey } from 'vue'; export declare const portalTargetInjectionKey: InjectionKey>; export declare function usePortal(portal: Ref): import("vue").ComputedRef<{ to: string | HTMLElement; disabled: boolean; }>;