import { LegendProps } from './types'; /** * @public * * https://developers.grafana.com/ui/latest/index.html?path=/docs/plugins-vizlegend--docs */ export declare function VizLegend({ items, thresholdItems, mappingItems, displayMode, sortBy: sortKey, seriesVisibilityChangeBehavior, sortDesc, onLabelClick, onToggleSort, placement, className, itemRenderer, readonly, isSortable, }: LegendProps): import("react/jsx-runtime").JSX.Element | null; export declare namespace VizLegend { var displayName: string; }