import { MealNutrientsProps } from './types';
/**
 *
 * UI Component that shows the nutrients consumed by the user
 */
export declare const MealNutrients: ({ caption, options, data, onOptionChange, }: MealNutrientsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
