import { Gamification } from '@streamlayer/feature-gamification'; export declare const QuestionsList: React.FC<{ store: ReturnType['getStore']>; openQuestion: (questionId: string) => void; withPickHistory: Gamification['withPickHistory']; }>;