import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; interface Item { name: string; count: number; color: string; } export declare class PieComponent implements OnChanges { items: Item[]; _total: number; ngOnChanges(changes: SimpleChanges): void; getPieOffset(index: number): number; getPieArray(index: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};