import { SingleChoiceProps } from './QuizTypes'; declare const SingleChoice: React.FC; export default SingleChoice;