import { Table } from './table'; export type { TableProps } from './table'; export type { TableColumnProps } from './types'; export default Table;