import * as i0 from "@angular/core"; export type ProgressVariant = 'primary' | 'success' | 'danger'; export declare class ProgressComponent { value: number; label: string; variant: ProgressVariant; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }