import { UseDraggableOptions } from './useDraggable'; interface IProps extends UseDraggableOptions { modelValue: any[]; tag?: string; target?: string; } export declare const VueDraggable: import("vue").DefineComponent, {}, {}>; export {};