import * as React from 'react'; import { ICellProps } from '../../props'; declare const CellComponent: React.FunctionComponent; export default CellComponent;