import { AfterViewInit } from '@angular/core'; import { Achievement } from '@badgeup/badgeup-browser-client'; export declare class AchievementIconComponent implements AfterViewInit { achievement: Achievement; percentComplete: number; showPercentage: boolean; size: string; barColor: string; private progressPath; ngAfterViewInit(): void; readonly icon: any; readonly circleGraphSizeClass: string; readonly circleGraphPercentageHiddenClass: string; }