import type { HighlightItemIdentifierWithType } from "../../../../models/seriesType/index.js"; import type { ComposableChartSeriesType } from "../../../../models/seriesType/composition.js"; import type { ChartSeriesType, HighlightScope } from "../../../../models/seriesType/config.js"; /** * The isHighlighted logic for main charts (those that are identified by an id and a dataIndex) */ export declare function createIsHighlighted>(highlightScope: HighlightScope | null | undefined, highlightedItem: HighlightItemIdentifierWithType | null): >(item: HighlightItemIdentifierWithType | null) => boolean;