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