import { AIdol, Companion } from '../../schemas'; interface CompleteContentProps { aidol: AIdol; companions: Companion[]; onCreateAnother: () => void; isCreating?: boolean; onShare: () => void; onNewsletter: () => void; } export declare function CompleteContent({ aidol, companions, onCreateAnother, isCreating, onShare, onNewsletter, }: CompleteContentProps): import("react").JSX.Element; export {}; //# sourceMappingURL=CompleteContent.d.ts.map