import type { BaseDraggingState } from './DraggingTypes'; declare const init: () => BaseDraggingState; export { init }; //# sourceMappingURL=DragState.d.ts.map