/// import { ConnectDragSource, DragObjectWithType, DragOperationWithType, DragSourceSpec, DragSpecOperationType } from './dnd-types'; export interface WithSourceDragProps { sourceDragRef?: ConnectDragSource; } export declare const withSourceDrag: (spec: DragSourceSpec, DropResult, CollectedProps, Props>) =>

(WrappedComponent: import("react").ComponentType

) => import("react").FunctionComponent>; export interface WithTargetDragProps { targetDragRef?: ConnectDragSource; } export declare const withTargetDrag: (spec: DragSourceSpec, DropResult, CollectedProps, Props>) =>

(WrappedComponent: import("react").ComponentType

) => import("react").FunctionComponent>; //# sourceMappingURL=useReconnect.d.ts.map