import { default as React } from 'react'; import { TIngredientHighlight } from './types'; export declare const IngredientHighlight: ({ items }: TIngredientHighlight) => React.JSX.Element;