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