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