import * as React from 'react'; import { HTMLAttributes } from 'react'; declare const Table: (props: HTMLAttributes) => React.JSX.Element; export default Table;