import React from 'react';
import { TParent } from '../type/target';
export declare const renderParentCellTooltip: (value: Array<TParent>) => React.JSX.Element;
