import type { ChartPlugin } from "../../models/index.js"; import type { UseChartItemClickSignature } from "./useChartItemClick.types.js"; export declare const useChartItemClick: ChartPlugin;