import React from 'react'; export interface AllCompleteStateProps { dataHook?: string; /** Fired when the celebratory CTA is clicked. */ onCtaClick?: () => void; } /** * Shown when every step is completed. Built from WDS primitives only (no * illustration assets yet — a richer happy-moment hero is a later design * handoff). Mirrors the "You're all set" variant of the existing widget. */ export declare const AllCompleteState: (({ dataHook, onCtaClick }: AllCompleteStateProps) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=AllCompleteState.d.ts.map