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