import type { KbsDefinition } from '../types.ts'; export declare function useKbs(shortcuts: readonly KbsDefinition[]): { tabIndex: number; onKeyDown: (event: KeyboardEvent | import("react").KeyboardEvent) => void; }; //# sourceMappingURL=use_kbs.d.ts.map