import React from 'react'; import './index.less'; import type { LegendIconProps } from './types'; export declare const CLS_PREFIX = "larkmap-legend-icon"; export declare const LegendIcon: (props: LegendIconProps) => React.JSX.Element;