import { default as Table } from './Table.vue'; export { Table as VxTable }; export { tableProps, tableEmits } from './table'; export type { TableProps, TableColumn, TableResizable, TableSort, TablePagination, TableFetchParams, TableFetchResult } from './table';