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