import type { HotInstance } from '../../../core/types'; export declare const KEY = "make_read_only"; /** * @returns {object} */ export default function readOnlyItem(): { key: string; checkable: boolean; ariaChecked(this: HotInstance): boolean; ariaLabel(this: HotInstance): string; name(this: HotInstance): string; callback(this: HotInstance): void; disabled(this: HotInstance): boolean; };