import React from "react"; export declare const NoQuestionsPanel: React.FC<{ onNewQuestion: () => void; }>;