/// export declare const classNames: (...classes: string[]) => string; declare const SingleChoiceQuestion: (props: any) => JSX.Element; export default SingleChoiceQuestion;