import type { TableCellSelectionState } from '../TableCellSelectionState'; import type { IEditor, PluginKeyDownEvent } from 'roosterjs-editor-types'; /** * @internal */ export declare function handleKeyDownEvent(event: PluginKeyDownEvent, state: TableCellSelectionState, editor: IEditor): void;