import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SCSemiCircleProgressComponent implements OnChanges { showLabel: boolean; suffixText: string; color: 'primary' | 'accent' | 'success' | 'warning' | 'danger'; value: number; diameter: number; strokeWidth: number; wrapLabel: boolean; labelType: 'body-1' | 'body-2' | 'caption' | 'title' | 'headline'; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }