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