import React from 'react'; interface Props { cellData?: unknown; } declare const Cell: React.FC; export default Cell;