/** * TopologyConnectionLegend - 拓扑连线类型图例(颜色 + 线型 → 连接方式)。 * * 用 SVG 画一段实/虚线作为示意,避免 CSS 虚线在不同浏览器渲染差异。 */ import React from 'react'; import './TopologyConnectionLegend.less'; export declare function TopologyConnectionLegend(): React.JSX.Element;