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