import { ExtractPropTypes } from 'vue'; export declare const dragProps: {}; export type DragProps = ExtractPropTypes; export interface DragInstance { down: Function; over: Function; up: Function; }