/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ import { LabelSettings, ProgressBarAnimation } from "@progress/kendo-angular-progressbar"; /********** Component & Service **********/ import { FieldBase } from "../components/fieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZprogressbarComponent extends FieldBase implements ZComponent, OnInit { componentService: ZComponentService; private animation; private label; value: any; minValue: number; maxValue: number; options: { indeterminate: boolean; animation: ProgressBarAnimation; label: LabelSettings; progressStyles: any; emptyStyles: any; }; constructor(componentService: ZComponentService); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }