import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { TableCellProps } from './types'; declare const Cell: FC & WithStyle; export default Cell;