/** * @license * Copyright 2025 Qwen * SPDX-License-Identifier: Apache-2.0 */ import type { WizardStepProps } from '../types.js'; /** * Step 2: Generation method selection. */ export declare function GenerationMethodSelector({ state, dispatch, onNext, onPrevious: _onPrevious, }: WizardStepProps): import("react/jsx-runtime").JSX.Element;