import type { Ref } from 'vue';
import type TreeStore from '../store/tree-store';
export declare const useKeydown: (el: Ref<HTMLElement>, store: Ref<TreeStore>) => void;
