import { default as React } from 'react'; import { TIngredient } from './types'; export declare const Ingredient: ({ title, description, isOpen, index, onClick }: TIngredient) => React.JSX.Element;