export type { FadeOptions, HighlightOptions } from "../internals/plugins/featurePlugins/useChartHighlight/index.mjs"; export type { HighlightScope } from "../models/seriesType/config.mjs"; export * from "./useChartApiContext.mjs"; export type { ChartApi } from "./ChartApi.mjs";