import type { IChartPluginConstructor } from './interface'; export declare const registerChartPlugin: (plugin: IChartPluginConstructor) => void;