import type { ChartSeriesType } from '@mui/x-charts/internals'; import type { HighlightItemIdentifierWithType } from '@mui/x-charts/models'; import type { SankeyHighlightScope } from "../sankey.highlight.types.js"; export declare function createSankeyIsHighlighted(highlightScope: SankeyHighlightScope | null | undefined, highlightedItem: HighlightItemIdentifierWithType<'sankey'> | null): (item: HighlightItemIdentifierWithType | null) => boolean;