import Table, { TableProps, TablePaginationConfig } from './Table'; export type { ColumnProps } from './Column'; export type { ColumnsType, ColumnType, ColumnGroupType } from './interface'; export type { TableProps, TablePaginationConfig }; export default Table;