import { default as React } from 'react';
import { QuestionProps } from '../types.cjs';
export declare const TextQuestion: React.FC<QuestionProps>;
