import { BkoContextMenu } from './BkoContextMenu'; import { PlotScope } from '../PlotScope'; import { CombinedPlotScope } from '../CombinedPlotScope'; export declare class PlotContextMenu extends BkoContextMenu { private readonly showPublication; constructor(scope: PlotScope | CombinedPlotScope); protected buildMenu(): void; }