import React from 'react'; import { CellProps } from './PropsType'; declare const Cell: React.FC; export default Cell;