import { type ChartPlugin } from "../../models/index.mjs";
import { type UseChartInteractionSignature } from "./useChartInteraction.types.mjs";
export declare const useChartInteraction: ChartPlugin<UseChartInteractionSignature>;