import { AreaChartModel } from '../models/chart/area-chart.model'; import { ChartStylingModel } from '../models/chart/chart-styling.model'; export declare const AreaChartTemplates: { defaultTemplate: { property: AreaChartModel; style: ChartStylingModel; }; };