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