import * as Dragging from '../core/Dragging'; import type { BlockerOptions } from '../detect/Blocker'; import type { DragMode, DragMutation } from './DragApis'; export interface DraggerOptions extends BlockerOptions { readonly mode: DragMode; } declare const transform: (mutation: DragMutation, settings?: Partial) => Dragging.Dragging; export { transform }; //# sourceMappingURL=Dragger.d.ts.map