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