import Table, { Props as _TableProps } from "./Table"; export interface TableProps extends _TableProps { } export default Table;