import { ContextType } from 'react'; import { Context } from '../store'; export declare function useDndContext(): import("../store").DndContextDescriptor; export declare type UseDndContextReturnValue = ContextType;