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