import type { ReactNode } from 'react';
import { useDragDropContext } from './DragDropContext';
interface DragDropConsumerProps {
    children: (dragDropState: ReturnType<typeof useDragDropContext>) => ReactNode;
}
export declare function DragDropConsumer({ children }: DragDropConsumerProps): ReactNode;
export {};
//# sourceMappingURL=DragDropConsumer.d.ts.map