import type { DragContext, Refs } from '../view/types'; export declare function prepareDndContext(refs: Refs): DragContext | undefined; //# sourceMappingURL=prepare-dnd-context.d.ts.map