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