/// import type { TableProps } from './Table'; declare const TableWrapper: (props: TableProps) => JSX.Element; export default TableWrapper;