import type { ReactElement } from 'react';
/**
 * Renders a table cell displaying text. Uses TruncatedText so the design-system
 * Tooltip appears only when the text actually overflows the cell width.
 * Useful as a render function for TableProvider column configurations.
 *
 * @param value - Raw cell value from the table row (coerced to string)
 * @returns TruncatedText element showing the string value
 */
export declare const renderTextCell: (value: unknown) => ReactElement;
//# sourceMappingURL=renderTextCell.d.ts.map