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