export { default as Table, type TableProps } from './Table'; export { default as TableBody, type TableBodyProps } from './TableBody'; export { default as TableCell, type TableCellProps } from './TableCell'; export { default as TableFoot, type TableFootProps } from './TableFoot'; export { default as TableHead, type TableHeadProps } from './TableHead'; export { default as TableRow, type TableRowProps } from './TableRow'; export * from './TableSelection'; //# sourceMappingURL=index.d.ts.map