export { default as Table } from './Table'; export { default as TableCell } from './TableCell'; export type { ITableProps, ITableCellProps } from './types'; //# sourceMappingURL=index.d.ts.map