import { Gamification } from '@streamlayer/feature-gamification'; import { ExtendedQuestion } from '@streamlayer/sdk-web-types'; export declare const QuestionScreen: React.FC<{ question: ExtendedQuestion; vote: Gamification['submitAnswer']; }>;