import { HighlightedState } from './HighlightedContext';
/**
 * A hook to get the highlighted state of the chart.
 *
 * Please consider using the `useItemHighlighted` hook if you need to check the state of a specific item.
 *
 * @returns {HighlightedState} the state of the chart
 */
export declare function useHighlighted(): HighlightedState;
