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