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