import React, { Dispatch, SetStateAction } from 'react'; import { ReactionAnimationType } from '../../../helpers/context'; export declare const Confetti: ({ onClick, setActiveTooltip, activeTooltip, }: { onClick?: ((typeOfAnimation?: ReactionAnimationType | undefined) => void) | undefined; setActiveTooltip: Dispatch>; activeTooltip: 'confetti' | 'scheduleReminder' | null; }) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map