import type { HandleTabOptions } from './EditOptions'; import type { IEditor } from 'roosterjs-content-model-types'; /** * @internal */ export declare function keyboardTab(editor: IEditor, rawEvent: KeyboardEvent, options: Required): void;