import { PropType } from 'vue'; import { CellStyle, CellClass } from '../../ele-data-table/types'; import { ExportDataItem } from '../types'; declare const _default: import('vue').DefineComponent; required: true; }; /** 列索引 */ columnIndex: NumberConstructor; /** 单元格样式 */ bodyCellStyle: PropType; /** 单元格类名自定义 */ bodyCellClass: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; /** 列索引 */ columnIndex: NumberConstructor; /** 单元格样式 */ bodyCellStyle: PropType; /** 单元格类名自定义 */ bodyCellClass: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;