import React from "react";
import { QuestionProps } from "../types";
export declare const RadioQuestion: React.FC<QuestionProps>;
