import type { ReadonlyContentModelDocument } from 'roosterjs-content-model-types'; /** * When the whole table is selected, indent or outdent the whole table with setModelIndentation. * @internal */ export declare function handleTabOnTable(model: ReadonlyContentModelDocument, rawEvent: KeyboardEvent): boolean;