import type { ReactNode } from 'react';
/**
 * Render a truncated text cell for table columns
 * @param value - The value to render (will be converted to string)
 * @returns React node for the truncated text
 */
export declare const renderTruncatedText: (value: unknown) => ReactNode;
//# sourceMappingURL=renderTruncatedText.d.ts.map