/** * @license * Copyright 2026 Qwen Team * SPDX-License-Identifier: Apache-2.0 */ import type { HooksManagementDialogProps } from './types.js'; export declare function HooksManagementDialog({ onClose }: HooksManagementDialogProps): React.JSX.Element;