import { ProgressBarPassThrough, ProgressBarMode, ProgressBarContentTemplateContext } from 'primeng/types/progressbar'; export * from 'primeng/types/progressbar'; import * as _angular_core from '@angular/core'; import { TemplateRef } from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { BaseStyle } from 'primeng/base'; import * as i2 from 'primeng/api'; declare class ProgressBarStyle extends BaseStyle { name: string; style: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-progressbar-determinate': boolean; 'p-progressbar-indeterminate': boolean; })[]; value: string; label: string; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } /** * * ProgressBar is a process status indicator. * * [Live Demo](https://www.primeng.org/progressbar) * * @module progressbarstyle * */ declare enum ProgressBarClasses { /** * Class name of the root element */ root = "p-progressbar", /** * Class name of the value element */ value = "p-progressbar-value", /** * Class name of the label element */ label = "p-progressbar-label" } /** * ProgressBar is a process status indicator. * @group Components */ declare class ProgressBar extends BaseComponent { componentName: string; $pcProgressBar: ProgressBar | undefined; bindDirectiveInstance: Bind; /** * Current value of the progress. * @group Props */ value: _angular_core.InputSignalWithTransform; /** * Whether to display the progress bar value. * @group Props */ showValue: _angular_core.InputSignalWithTransform; /** * Style class of the value element. * @group Props */ valueStyleClass: _angular_core.InputSignal; /** * Unit sign appended to the value. * @group Props */ unit: _angular_core.InputSignal; /** * Defines the mode of the progress * @defaultValue 'determinate' * @group Props */ mode: _angular_core.InputSignal; /** * Color for the background of the progress. * @group Props */ color: _angular_core.InputSignal; /** * Template of the content. * @param {ProgressBarContentTemplateContext} context - content context. * @see {@link ProgressBarContentTemplateContext} * @group Templates */ contentTemplate: _angular_core.Signal | undefined>; _componentStyle: ProgressBarStyle; dataP: _angular_core.Signal; ariaLevel: _angular_core.Signal; contentTemplateContext: _angular_core.Signal<{ $implicit: number | undefined; }>; showLabel: _angular_core.Signal; labelDisplay: _angular_core.Signal<"flex" | "none">; onAfterViewChecked(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class ProgressBarModule { static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵmod: _angular_core.ɵɵNgModuleDeclaration; static ɵinj: _angular_core.ɵɵInjectorDeclaration; } export { ProgressBar, ProgressBarClasses, ProgressBarModule, ProgressBarStyle };