export declare const CorrectStep: React.FC<{ answer: string; }>; export declare const InCorrectStep: React.FC<{ title: string; answer: string; }>;