export { Table } from './Table'; export type { TableProps, TableColumn, SortDirection, TableHeaderProps, TableCellProps, TableRowProps, } from './Table.types'; //# sourceMappingURL=index.d.ts.map