import React from 'react'; import type { TableContentProps } from './interface'; declare const TableContent: React.FC; export default TableContent;