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