import React from 'react'; import { TableProps } from '.'; declare const Table: React.FC; export default Table;