import { Table } from './table';
export type { TableColumnProps, WebTableProps as TableProps } from "../../types";
export default Table;
