import { type ConvertSignaturesIntoPlugins, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartKeyboardNavigationSignature, type UseChartHighlightSignature } from '@mui/x-charts/internals'; import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.js"; export type SankeyChartPluginSignatures = [UseChartTooltipSignature<'sankey'>, UseChartInteractionSignature, UseChartHighlightSignature<'sankey'>, UseChartProExportSignature, UseChartKeyboardNavigationSignature]; export declare const SANKEY_CHART_PLUGINS: ConvertSignaturesIntoPlugins;