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