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