export declare function useTeleport(name: string): {
    teleportTarget: import("vue").ComputedRef<HTMLDivElement | undefined>;
};
