import type { HotInstance } from '../../types'; /** * Scroll strategy for single cell selection. * * @param {Core} hot Handsontable instance. * @returns {function(): function(CellCoords): void} */ export declare function singleScrollStrategy(hot: HotInstance): (cellCoords: unknown) => void;