import { Table } from './table'; export * from './table'; export * from './utilities/create-table'; export default Table;