import { ElementRef } from '@angular/core'; import { SbThemeService } from "../../core"; import * as i0 from "@angular/core"; declare const SbProgressCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbProgressComponent extends SbProgressCore { progress: number; transition: string; get progressPercentage(): string; showPercentage: boolean; animateStripes: boolean; set isPill(isPill: boolean); set isOutline(isOutline: boolean); set isStriped(isStriped: boolean); private pill; private outline; private striped; constructor(elementRef: ElementRef, themeService: SbThemeService, isPill: any, isOutline: any, isStriped: any); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};