import type * as React from 'react'; import type { ContextComponent } from 'react-dnd'; export declare const DndContext: React.ComponentType & ContextComponent;