/** @packageDocumentation * @module DragDrop */ import * as React from "react"; /** * Context component for DragDrop API. All DragSources and DropTargets used in the application must be contained in this component. * @beta * @deprecated */ export declare function BeDragDropContext(props: { children?: React.ReactNode; }): JSX.Element; //# sourceMappingURL=BeDragDropContext.d.ts.map