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