import { ChartOptions, ChartType } from "chart.js"; import { BaseChartDirective } from "ng2-charts"; import { NewChartJSType } from "../stack-chart/models/chart.model"; import * as i0 from "@angular/core"; export declare class DoughnutChartComponent { doughnutChartData: NewChartJSType; doughnutChartOptions: ChartOptions; parentComponent: string; chart: BaseChartDirective; doughnutChartType: ChartType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }