/** * @license * Copyright 2025 Qwen * SPDX-License-Identifier: Apache-2.0 */ import type { WizardStepProps } from '../types.js'; /** * Step 1: Location selection for subagent storage. */ export declare function LocationSelector({ state, dispatch, onNext }: WizardStepProps): import("react/jsx-runtime").JSX.Element;