import { Plugin } from "chart.js";
declare const CursorsPlugin: Plugin<"line">;
export default CursorsPlugin;
