import * as i0 from '@angular/core'; import * as i1 from '@angular/common'; declare class NxProgressbarComponent { /** Overrides the `aria-label` of the nx-progressbar. Defaults to "Progress" */ ariaLabel: string | undefined; /** Sets the `aria-labelledby` of the nx-progressbar */ ariaLabelledBy: string | undefined; /** Sets the value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. */ value: number; /** The minimum value of the progress bar. Used for percentage calculation and mirrored to `aria-valuemin`. Defaults to 0 */ min: number; /** The maximum value of the progress bar. Used for percentage calculation and mirrored to `aria-valuemax`. Defaults to 1 */ max: number; _primaryTransform(): { transform: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_value: unknown; static ngAcceptInputType_min: unknown; static ngAcceptInputType_max: unknown; } declare class NxProgressbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxProgressbarComponent, NxProgressbarModule };