/// import { Props as CellProps } from '../Cell'; export declare type CellContentProps = Pick, 'idx' | 'rowIdx' | 'rowData' | 'column' | 'value' | 'isScrolling' | 'expandableOptions' | 'tooltip' | 'height' | 'cellControls' | 'cellMetaData' | 'context'>; export default function CellContent({ idx, tooltip, expandableOptions, height, cellMetaData, cellControls, ...props }: CellContentProps): JSX.Element;