import _Vue from 'vue'

export declare function install(Vue: typeof _Vue): void;

declare class VueDraggable {
  static install: typeof install;
}

export default VueDraggable;