import { ILegendOptions, LegendOptionsItemType } from "../../typings/legend"; export declare function shouldLegendBeEnabled(chartOptions: any): any; export declare function getLegendItems(chartOptions: any): LegendOptionsItemType[]; export default function getLegend(legendConfig: any, chartOptions: any): ILegendOptions;