import type { SeriesActions } from '../../../../types/series-actions-template.js'; import { LegendItem } from '../types/legend.js'; /** * Return the series action template with the original series entity */ export declare function useLegendSeriesActions(series: T[], getId: (series: T) => string): SeriesActions;