import React from 'react'; import { TableCellProps } from '@material-ui/core'; declare type VeryOpenRefType = ((instance: unknown) => void) | React.MutableRefObject | null; declare const TableCell: React.ElementType; export { TableCell };