import type { Scenegraph } from '../../scenegraph/scenegraph'; import type { CellRange, HighlightScope } from '../../ts-types'; export declare function clearRowHover(scenegraph: Scenegraph, colOrigin: number, row: number, selectRanges: CellRange[], selectMode: HighlightScope): boolean; export declare function updateRowHover(scenegraph: Scenegraph, colOrigin: number, row: number, selectRanges: CellRange[], selectMode: HighlightScope, singleStyle: boolean): boolean;