import { type ChartSeriesType } from "../models/seriesType/config.js"; /** * A hook to get a callback that returns the highlight state of an item. * * If you're interested by a single item, consider using `useItemHighlightState`. * * @returns {(item: HighlightItemIdentifierWithType | null) => HighlightState} callback to get the highlight state of an item. */ export declare function useItemHighlightStateGetter(): (item: import("../index.js").HighlightItemIdentifierWithType> | null) => import("./useItemHighlightState.js").HighlightState;