import { Chart } from "chart.js"; export declare const ChartBackground: { id: string; afterDraw(chart: Chart): boolean | void; };