/** * @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'; export interface HeaderTdElementProps { ariaColumnIndex?: number; colSpan?: number; rowSpan?: number; role?: string; columnId: string; navigatable?: boolean; } /** * @hidden */ declare const HeaderTdElement: import('vue').DefineComponent; role: PropType; columnId: PropType; navigatable: PropType; colSpan: PropType; rowSpan: PropType; }>, { kendoIntlService: {}; kendoLocalizationService: {}; }, {}, { tdClass(): { [x: number]: any; 'k-table-td': boolean; }; }, { onKeyDown(e: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { keydown: any; }, string, import('vue').PublicProps, Readonly; role: PropType; columnId: PropType; navigatable: PropType; colSpan: PropType; rowSpan: PropType; }>> & Readonly<{ onKeydown?: (...args: any[] | unknown[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { HeaderTdElement };