import { DragDropContext, Draggable, Droppable } from '@hello-pangea/dnd'; export { DragDropContext, Droppable, Draggable }; export declare const droppable: import("@xh/hoist/core").ElementFactory, draggable: import("@xh/hoist/core").ElementFactory; export declare const dragDropContext: import("@xh/hoist/core").ElementFactory<{ dragHandleUsageInstructions?: string; enableDefaultSensors?: boolean | null; nonce?: string; sensors?: import("@hello-pangea/dnd").Sensor[]; autoScrollerOptions?: { startFromPercentage?: number; maxScrollAtPercentage?: number; maxPixelScroll?: number; ease?: (percentage: number) => number; durationDampening?: { stopDampeningAt?: number; accelerateAt?: number; }; disabled?: boolean; }; onBeforeCapture?: import("@hello-pangea/dnd").OnBeforeCaptureResponder; onBeforeDragStart?: import("@hello-pangea/dnd").OnBeforeDragStartResponder; onDragStart?: import("@hello-pangea/dnd").OnDragStartResponder; onDragUpdate?: import("@hello-pangea/dnd").OnDragUpdateResponder; onDragEnd: import("@hello-pangea/dnd").OnDragEndResponder; children?: import("react").ReactNode | null; }>;