import type { KeyboardEvent, KeyboardEventHandler } from "react";
export declare function useBranchKeys(id: string, defaultExpansion: boolean, current?: KeyboardEventHandler): (ev: KeyboardEvent) => void;
