import * as React from 'react'; import { TableCellProps } from '../Table.type'; export declare const name = "TableCell"; declare const Cell: React.FC; export default Cell;