/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import type { EventName, StencilReactComponent } from './react-runtime.js'; import { type ChartLegendItem, type DsChartLegendCustomEvent } from "@ds-mo/ui"; import type { Components } from "@ds-mo/ui/dist/components"; import { DsChartLegend as DsChartLegendElement } from "@ds-mo/ui/dist/components/ds-chart-legend.js"; export type DsChartLegendEvents = { onDsItemHover: EventName>; onDsItemClick: EventName>; }; export declare const DsChartLegend: StencilReactComponent;