/** * 处理键盘事件 */ import { Workbook } from '../../Workbook'; export declare function handleKeydown(e: KeyboardEvent, workbook: Workbook): void;