import type { StreakSdkConfig, StreakTexts, StreakTheme } from './types'; export interface StreakWidgetProps { userId: string; websiteId: string; apiBaseUrl: string; config?: StreakSdkConfig; texts?: StreakTexts; theme?: StreakTheme; activityIcon?: string; asModal?: boolean; className?: string; onCtaClick?: (action: string) => void; forceShowCelebration?: boolean; } export declare function StreakWidget({ userId, websiteId, apiBaseUrl, config, texts, theme, activityIcon, asModal, className, onCtaClick, forceShowCelebration, }: StreakWidgetProps): import("react/jsx-runtime").JSX.Element; export default StreakWidget; //# sourceMappingURL=StreakWidget.d.ts.map