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