import React from 'react'; import { MyBodyCellProps } from '../types/bodyCell'; declare const LevelTdCell: React.FC; export default LevelTdCell;