import type { Plugin } from 'vue'; declare type SFCWithInstall = T & Plugin; export declare const DragProgress: SFCWithInstall void; progressRate: import("vue").Ref; progress: import("vue").Ref; drag: import("vue").Ref; isMouseDown: import("vue").Ref; progressMove: (e: any) => void; touchMove: (e: any) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:data"[], "update:data", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:data"?: ((...args: any[]) => any) | undefined; }, {}>>; export default DragProgress;