import { type HighlightScope } from "./highlightConfig.types.js";
import { type HighlightItemData } from "./useChartHighlight.types.js";
export declare function createIsHighlighted(highlightScope: HighlightScope | null | undefined, highlightedItem: HighlightItemData | null): (item: HighlightItemData | null) => boolean;