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