import { type PanelOptionsEditorBuilder } from '@grafana/data';
import { type OptionsWithLegend } from '@grafana/schema';
/** @public */
export declare function addLegendOptions<T extends OptionsWithLegend>(builder: PanelOptionsEditorBuilder<T>, includeLegendCalcs?: boolean, showLegend?: boolean): void;
