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