import React from 'react'; import { Caption, Menu, Paragraph } from 'app/shared/components/text/text'; import { Dot } from 'app/shared/components/dot/dot'; export interface Props { title: string; tce: string; mode?: string; benchmark?: string; } export const TceChartTooltip = ({ tce, title, benchmark, mode }: Props) => { return (