import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core'; import { Subscription } from 'rxjs'; import { NzProgressComponent } from 'ng-zorro-antd/progress'; import { RemoteLoadingParams, PbDefaultButtonOutput } from '../../../types/pb-types/page-builder.type'; import * as i0 from "@angular/core"; export declare class PbRemoteLoadingComponent implements AfterViewInit, OnDestroy { private changeDetectionRef; loadingComponent: NzProgressComponent; set loadingParams(value: RemoteLoadingParams); repeatCall: EventEmitter; pageParams: RemoteLoadingParams | null; callSubscription: Subscription; drawProgress: boolean; strokeColor: '#1890ff' | '#32bea6' | '#eb445a' | '#42a5f5'; constructor(changeDetectionRef: ChangeDetectorRef); ngAfterViewInit(): void; ngOnDestroy(): void; setCallingParams(value: any): void; callUnsubscribe(): void; emitCall(): void; initDefaultValues(): void; calcolateStrokeColor(): void; progressFormatFn: (percent: number) => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }