import React from "react";
import { iDragDropContext } from "./drag-drop.types";
export declare const DragDropContext: React.Context<iDragDropContext>;
export declare function useDragDropContextInternal(): iDragDropContext;
