import { ChartComponentLike } from 'chart.js/auto';
import * as i0 from "@angular/core";
export declare class NgChartjsCustomPluginConfig {
    plugins: ChartComponentLike[];
    static ɵfac: i0.ɵɵFactoryDeclaration<NgChartjsCustomPluginConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgChartjsCustomPluginConfig>;
}
