import { default as React } from 'react'; import { TableCellProps } from './TableCell'; export type TableCellEmptyProps = Pick; export declare const TableCellEmpty: React.FC;