export { GridChartsModule } from "./gridChartsModule";
export * from './agGridCoreExtension';
import { time, AgChart } from "ag-charts-community";
export * from "ag-charts-community";
export declare const agCharts: {
    time: typeof time;
    AgChart: typeof AgChart;
};
