export declare function useKeyboardContext(): {
    startKeyboardDrag: import("../drag-drop-context/types").StartKeyboardDrag;
};
