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