import React from 'react'; import './index.less'; interface BoxLegendType { compStyle?: React.CSSProperties; } declare const BoxLegend: React.FC; export default BoxLegend;