import React from 'react';
import { QuizOverlayProps } from '../types';
export declare const QuizOverlay: React.FC<QuizOverlayProps>;
