export { default } from './SimpleTable'; export * from './SimpleTable'; export { sharedCellPaddingBlock, StyledSimpleTable, StyledSimpleTableBody, StyledSimpleTableCell, StyledSimpleTableHead, StyledSimpleTableHeadCell, StyledSimpleTableRow, } from './SimpleTableStyles';