import type { ScenarioSettingsProps } from './types'; export declare function ScenarioSettings({ defaultValue, singleOpen, adjustmentDialogContent, renderAdjustmentDialog, defaultDuration, defaultQuestionCount, onSelectionChange, }: ScenarioSettingsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ScenarioSettings.d.ts.map