import type { StreakSdkConfig, StreakTexts, StreakTheme } from './types'; export interface StreakCelebrationProps { isOpen: boolean; onClose: () => void; config?: StreakSdkConfig; theme?: StreakTheme; texts?: StreakTexts; currentStreak?: number; className?: string; autoDismissMs?: number; } export declare function StreakCelebration({ isOpen, onClose, config, theme, texts, currentStreak, className, autoDismissMs, }: StreakCelebrationProps): import("react/jsx-runtime").JSX.Element | null; export default StreakCelebration; //# sourceMappingURL=StreakCelebration.d.ts.map