export declare function useTeleport(target: () => (boolean | string | ParentNode)): { teleportTarget: import("vue").ComputedRef; };