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