import React from 'react'; import type { deriveSummary } from '../../selectors'; export interface SummaryPanelProps { summary: ReturnType; } /** * Summary 展示面板:原 SalesSdkDemoContent 内嵌实现的复用版。 */ export declare const SummaryPanel: React.FC;