import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Chart } from 'angular-highcharts'; import { BasicChartSeries } from '../../../core'; import * as i0 from "@angular/core"; type LabelPosition = 'before' | 'after'; export declare class PieChartComponent implements OnInit, OnChanges { series: BasicChartSeries[]; chartColors: string[]; dataLabelsSettings: { enabled: any; format: any; }; chartHeight: number; legendSettings: { enabled: any; }; label: string; labelPosition: LabelPosition; customFormatter: any; chart: Chart; constructor(); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; private _createChart; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};