import { OnChanges, SimpleChanges } from '@angular/core'; export declare class PieLabelComponent implements OnChanges { platformId: any; data: any; radius: any; label: any; color: any; max: any; value: any; explodeSlices: any; animations: boolean; labelTrim: boolean; labelTrimSize: number; trimLabel: (label: string, max?: number) => string; line: string; styleTransform: string; attrTransform: string; textTransition: string; constructor(platformId: any); ngOnChanges(changes: SimpleChanges): void; setTransforms(): void; update(): void; get textX(): number; get textY(): number; textAnchor(): any; midAngle(d: any): number; }