import type { HotInstance } from '../../../core/types'; /** * Creates the menu renderer function. * * @private * @param {Core} mainTableHot The main table Handsontable instance. * @returns {Function} */ export declare function createMenuItemRenderer(mainTableHot: HotInstance): (menuHot: HotInstance, TD: HTMLTableCellElement, row: number, col: number, prop: string, value: unknown, cellProperties: Record) => void;