import { BehaviorSubject } from 'rxjs'; import { OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UiButtonProgressBarComponent implements OnDestroy { loading$: BehaviorSubject; mode$: BehaviorSubject; value$: BehaviorSubject; bufferValue$: BehaviorSubject; color$: BehaviorSubject; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }