import Table from "./Table"; export type { TableCellInfoType, TableColumnType, TableProps, TableRowType, } from "./Table"; export { Table };