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