/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import { type FC } from 'react';
import { type TruncateStyleProps } from './constants';
export declare const TableBodyCell: FC<TruncateStyleProps>;
