/** * @license * Copyright 2025 Qwen * SPDX-License-Identifier: Apache-2.0 */ import type { WizardStepProps } from '../types.js'; /** * Step 3: Description input with LLM generation. */ export declare function DescriptionInput({ state, dispatch, onNext, config, }: WizardStepProps): import("react/jsx-runtime").JSX.Element;