import { CategoryLegendListItem } from '@antv/l7plot-component'; import { ILegendClassificaItem, ILegendSegmentItem } from '../../types'; export declare const getColorLegendItems: (legendItems: ILegendSegmentItem[] | ILegendClassificaItem[]) => CategoryLegendListItem[];