export interface AxisChartData {
    label: string;
    value: number;
}
//# sourceMappingURL=axis-chart-data.model.d.ts.map