/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ /********** 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 ZgaugeComponent extends FieldBase implements ZComponent, OnInit { componentService: ZComponentService; isLoading: boolean; private value; private title; private color; private majorTicks; private minorTicks; private startAngle; private endAngle; private minValue; private maxValue; options: { value: number; title: string; chartInnerText1: string; chartInnerText2: string; scaleMax: number; colors: { color: string; }[]; transitions: boolean; majorTicks: { visible: boolean; color: string; }; minorTicks: { visible: boolean; color: string; }; minValue: number; maxValue: number; reverse: boolean; startAngle: number; endAngle: number; rangePlaceholderColor: string; labelsColor: string; rangeColor: string; rangeLineCap: string; showLabels: boolean; rangeSize: number; labelStyle: string; arcgaugeStyle: string; }; constructor(componentService: ZComponentService); ngOnInit(): void; ngAfterViewInit(): void; getGaugeStyle(): any; private getFieldDeclarationForSetup; alignment(): { "padding-right": any; }; setData(gData: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }