import { AgCharts } from '../api/agCharts';
import * as _Scene from '../integrated-charts-scene';
import * as _Theme from '../integrated-charts-theme';
import * as _Util from '../integrated-charts-util';
export declare const AgChartsCommunityModule: {
    VERSION: string;
    _Scene: typeof _Scene;
    _Theme: typeof _Theme;
    _Util: typeof _Util;
    create: typeof AgCharts.create;
    createSparkline: typeof AgCharts.__createSparkline;
    setup: () => void;
    isEnterprise: false;
};
