/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ declare const GridSelectionCell: import('vue').DefineComponent; field: PropType; dataItem: PropType; format: PropType; type: PropType; className: PropType; colSpan: PropType; columnIndex: PropType; columnsCount: PropType; rowType: PropType; level: PropType; expanded: PropType; render: PropType; isSelected: PropType; ariaColumnIndex: PropType; editor: PropType; isRtl: PropType; cells: PropType; }>, { gridContext: any; }, { inputId: any; }, { tdClass(): { [x: number]: any; 'k-table-td': boolean; }; }, { triggerKeydown(e: any): void; handleOnChange(event: any): void; triggerContextMenu(e: MouseEvent): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { selectionchange: any; cellkeydown: any; }, string, import('vue').PublicProps, Readonly; field: PropType; dataItem: PropType; format: PropType; type: PropType; className: PropType; colSpan: PropType; columnIndex: PropType; columnsCount: PropType; rowType: PropType; level: PropType; expanded: PropType; render: PropType; isSelected: PropType; ariaColumnIndex: PropType; editor: PropType; isRtl: PropType; cells: PropType; }>> & Readonly<{ onSelectionchange?: (...args: any[] | unknown[]) => any; onCellkeydown?: (...args: any[] | unknown[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { GridSelectionCell };