import React from 'react'; import { TableProps } from './TableHook'; declare function Table>(props: TableProps): React.JSX.Element; export default Table;