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