export declare const Content: React.FC<{ children: React.ReactNode; answer: string; step: number; state: 'correct' | 'incorrect' | 'pending'; }>;