import type { HotInstance } from '../../core/types'; /** * Register all focus scopes. * * @param {Handsontable} hotInstance The Handsontable instance. */ export declare function registerAllFocusScopes(hotInstance: HotInstance): void;