import Drag from './drag.vue'; import type { Plugin } from 'vue'; export declare const DragPlugin: Plugin; export { Drag };