export { flexRender as renderTableCell } from '@tanstack/react-table';
export { type TablePredicateProps } from './components/Table/table-predicate/TablePredicate.js';
export { Table, TableComponentsOrder, type PlasmaTableFactory } from './components/Table/Table.js';
export { type TableAction, type TableLayout, type TableLayoutProps, type TableProps, } from './components/Table/Table.types.js';
export { useTableContext } from './components/Table/TableContext.js';
export { useTable, type TableState, type TableStore, type UseTableOptions } from './components/Table/use-table.js';
//# sourceMappingURL=table.d.ts.map