import { OnInit } from '@angular/core'; import { UiComponentsService } from '../../services/ui-components.service'; import { PieChartComponentConfig } from './pie-chart.model'; import * as i0 from "@angular/core"; export declare class PieChartComponent implements OnInit { private uiComponentsService; config: PieChartComponentConfig; colorScheme: { domain: string[]; }; euroFormatter: Intl.NumberFormat; constructor(uiComponentsService: UiComponentsService); ngOnInit(): void; onSelect(data: any): void; onActivate(data: any): void; onDeactivate(data: any): void; formatValue(data: any): string; formatEuro(data: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }