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