import { Ref } from 'vue'; import { AttachNode } from '../common'; declare const useTeleport: (attach: (() => AttachNode) | Ref, triggerNode?: (() => any) | Ref) => Ref; export default useTeleport;