import React from 'react'; export declare const QuestionViz: ({ insight, answered }: { answered?: number; insight: any; }) => React.JSX.Element; //# sourceMappingURL=QuestionViz.d.ts.map