type ChatLocale = 'sv' | 'en' | 'no' | 'sv-SE' | 'en-US' | 'nb-NO'; interface UpgradePromptProps { locale?: ChatLocale; onUpgradeClick?: () => void; } export declare function UpgradePrompt({ locale, onUpgradeClick }: UpgradePromptProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UpgradePrompt.d.ts.map