import { type PluginModuleDefinition } from 'ag-charts-core';
import type { AgChartLegendOptions } from 'ag-charts-types';
import type { ChartRegistry } from '../../module/moduleContext';
export declare const LegendModule: PluginModuleDefinition<AgChartLegendOptions, ChartRegistry>;
