export { default as Table } from './components/Table/Table';
export type { Column, TableProps, TextContentType } from './components/Table/index';
