import type { HotInstance } from '../../types'; /** * Scroll strategy for changed the focus position of the selection. * * @param {Core} hot Handsontable instance. * @returns {function(): function(CellCoords): void} */ export declare function focusScrollStrategy(hot: HotInstance): (cellCoords: unknown) => void;