import type { HotInstance } from '../../core/types'; /** * @param {Handsontable} hot The Handsontable instance. */ export declare function focusGridScope(hot: HotInstance): void;