import { Table } from './Table';

export { TableProps, TableTheme } from './Table';
export { TableHead, TableHeadProps, TableHeadTheme } from './TableHead';
export { TableRow, TableRowProps, TableRowTheme } from './TableRow';
export { TableCell, TableCellProps, TableCellTheme } from './TableCell';

export { Table };
export default Table;
