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