import React from 'react'; import { CellProps } from './Cell.types'; /** Inject hover data here, we still wish MemoCell keep simple `shouldCellUpdate` logic */ declare const WrappedCell: React.ForwardRefExoticComponent & React.RefAttributes>; export default WrappedCell;