import React from 'react'; export declare const formatCellData: (content: React.ReactNode, maxLength: number) => React.ReactNode;