import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { ProgressSpinnerPassThrough } from 'primeng/types/progressspinner'; import * as _primeuix_styled from '@primeuix/styled'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; import * as i2 from 'primeng/api'; /** * * ProgressSpinner is a process status indicator. * * [Live Demo](https://www.primeng.org/progressspinner) * * @module progressspinnerstyle * */ declare enum ProgressSpinnerClasses { /** * Class name of the root element */ root = "p-progressspinner", /** * Class name of the spin element */ spin = "p-progressspinner-spin", /** * Class name of the circle element */ circle = "p-progressspinner-circle" } declare class ProgressSpinnerStyle extends BaseStyle { name: string; style: _primeuix_styled.StyleType; classes: { root: () => string[]; spin: string; circle: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface ProgressSpinnerStyle extends BaseStyle { } /** * ProgressSpinner is a process status indicator. * @group Components */ declare class ProgressSpinner extends BaseComponent { $pcProgressSpinner: ProgressSpinner | undefined; bindDirectiveInstance: Bind; /** * Class of the element. * @deprecated since v20.0.0, use `class` instead. * @group Props */ styleClass: string | undefined; /** * Width of the circle stroke. * @group Props */ strokeWidth: string; /** * Color for the background of the circle. * @group Props */ fill: string; /** * Duration of the rotate animation. * @group Props */ animationDuration: string; /** * Used to define a aria label attribute the current element. * @group Props */ ariaLabel: string | undefined; onAfterViewChecked(): void; _componentStyle: ProgressSpinnerStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ProgressSpinnerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ProgressSpinner, ProgressSpinnerClasses, ProgressSpinnerModule, ProgressSpinnerStyle };