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