import { PropType } from 'vue'; import { DataItem, Column } from '../../ele-data-table/types'; declare function __VLS_template(): Partial any>>; declare const __VLS_component: import('vue').DefineComponent; /** 行索引 */ rowIndex: NumberConstructor; /** 行数据(原始数据) */ rowData: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; /** 行索引 */ rowIndex: NumberConstructor; /** 行数据(原始数据) */ rowData: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };