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