import { AreaChartComponent } from './area-chart.component'; import { AreaChartNormalizedComponent } from './area-chart-normalized.component'; import { AreaChartStackedComponent } from './area-chart-stacked.component'; import { AreaSeriesComponent } from './area-series.component'; export { AreaChartComponent, AreaChartNormalizedComponent, AreaChartStackedComponent, AreaSeriesComponent }; export declare class AreaChartModule { }