/** * @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 GridGroupCell: import('vue').DefineComponent; field: PropType; dataItem: PropType; format: PropType; type: PropType; colSpan: PropType; className: PropType; columnIndex: PropType; columnsCount: PropType; rowType: PropType; level: PropType; locked: PropType; expanded: PropType; editor: PropType; dataIndex: PropType; isSelected: PropType; isRtl: PropType; ariaColumnIndex: PropType; group: PropType; render: PropType; cells: PropType; }>, {}, {}, { tdClass(): { [x: number]: any; 'k-table-td': boolean; 'k-grid-content-sticky': any; }; tdStyle(): any; groupTdClass(): { [x: number]: any; 'k-table-td': boolean; 'k-group-cell': boolean; 'k-grid-content-sticky': any; }; }, { triggerStateChange(): void; triggerKeydown(event: any, expanded: boolean | undefined): void; clickHandler(e: any, dataItem: any, expanded: boolean | undefined): void; triggerContextMenu(e: MouseEvent): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: any; cellkeydown: any; }, string, import('vue').PublicProps, Readonly; field: PropType; dataItem: PropType; format: PropType; type: PropType; colSpan: PropType; className: PropType; columnIndex: PropType; columnsCount: PropType; rowType: PropType; level: PropType; locked: PropType; expanded: PropType; editor: PropType; dataIndex: PropType; isSelected: PropType; isRtl: PropType; ariaColumnIndex: PropType; group: PropType; render: PropType; cells: PropType; }>> & Readonly<{ onChange?: (...args: any[] | unknown[]) => any; onCellkeydown?: (...args: any[] | unknown[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { GridGroupCell };