import React, { HTMLAttributes } from 'react'; import './GridCell.css'; export declare type GridCellProps = HTMLAttributes; export declare const GridCell: React.ForwardRefExoticComponent>;