import React from 'react'; import './index.less'; import type { LegendCategoriesProps } from './types'; export declare const CLS_PREFIX = "larkmap-legend-category"; export declare function LegendCategories(props: LegendCategoriesProps): React.JSX.Element;