import type { ReadonlyContentModelDocument, ReadonlyContentModelTableCell } from 'roosterjs-content-model-types'; /** * When the cursor is on the last cell of a table, add new row and focus first new cell. * @internal */ export declare function handleTabOnTableCell(model: ReadonlyContentModelDocument, cell: ReadonlyContentModelTableCell, rawEvent: KeyboardEvent): boolean;