/** * Canonical "AI Generated" chip (Sparkles + label). Single source of truth for * every AI-generated indicator across the app — replaces the byte-identical * inline ` AI Generated` that was * copy-pasted across the summary / video / SEO editors. */ export declare function AIGeneratedBadge({ className }: { className?: string; }): import("react").JSX.Element; //# sourceMappingURL=ai-generated-badge.d.ts.map