import Table from './src/table.vue'; import TableColumn from './src/tableColumn'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElTable: SFCWithInstall & { TableColumn: typeof TableColumn; }; export default ElTable; export declare const ElTableColumn: SFCWithInstall; export declare type TableInstance = InstanceType; export declare type TableColumnInstance = InstanceType; export type { SummaryMethod, Table, TableProps, TableRefs, ColumnCls, ColumnStyle, CellCls, CellStyle, TreeNode, RenderRowData, Sort, Filter, TableColumnCtx, } from './src/table/defaults';