/** * 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 { StencilReactComponent } from './react-runtime.js'; import type { Components } from "@ds-mo/ui/dist/components"; import { DsTooltipChart as DsTooltipChartElement } from "@ds-mo/ui/dist/components/ds-tooltip-chart.js"; export type DsTooltipChartEvents = NonNullable; export declare const DsTooltipChart: StencilReactComponent;