import { MealNutrientsTooltipProps } from './types';
export declare const MealNutrientsTooltip: ({ colorName, point, }: MealNutrientsTooltipProps) => import("@emotion/react/jsx-runtime").JSX.Element;
