import { SkeletonType } from "../../data-skeleton-loader/SkeletonLoaderConfig"; import { ChartDot } from "../../../chart/model/ChartDot"; import * as i0 from "@angular/core"; export declare class OverviewLineChartComponent { title: string; tooltip: string; currentNumber: number; projectedNumber: number; currentChartData: ChartDot[]; projectedChartData: ChartDot[]; firstSubtitle: string; secondSubtitle: string; chartLabels: string[]; valuePipe: any; protected readonly SkeletonType: typeof SkeletonType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }