import Table from './Table'; import type { TableProps } from './Table.types'; export type { TableProps }; export default Table;