import React from "react"; export declare const localizeAnswer: (answer: string | undefined, allowNA?: boolean) => string; export declare const QuestionAnswer: React.FC<{ answerSetId: string; allowNA?: boolean; }>;