/** * @license * Copyright 2025 Qwen Code * SPDX-License-Identifier: Apache-2.0 */ import type React from 'react'; import type { InsightProgressProps } from '../../types.js'; interface InsightProgressMessageProps { progress: InsightProgressProps; } export declare const InsightProgressMessage: React.FC; export {};