/// import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxGaugeComponent implements OnChanges { attrAnimationDuration: string | number; attrBorder: jqwidgets.GaugeBorder; attrCaption: jqwidgets.GaugeCaption; attrCap: jqwidgets.GaugeCap; attrColorScheme: string; attrDisabled: boolean; attrEasing: string; attrEndAngle: number | string; attrInt64: boolean; attrLabels: jqwidgets.GaugeLabels; attrMin: number; attrMax: number | string; attrPointer: jqwidgets.GaugePointer; attrRadius: number | string; attrRanges: Array; attrStartAngle: number | string; attrShowRanges: boolean; attrStyles: jqwidgets.GaugeStyle; attrTicksMajor: jqwidgets.GaugeTicks; attrTicksMinor: jqwidgets.GaugeTicks; attrTicksDistance: string; attrValue: number; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxGauge; constructor(containerElement: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): boolean; arraysEqual(attrValue: any, hostValue: any): boolean; manageAttributes(): any; moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void; moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void; createComponent(options?: any): void; createWidget(options?: any): void; __updateRect__(): void; setOptions(options: any): void; animationDuration(arg?: string | number): string | number; border(arg?: jqwidgets.GaugeBorder): jqwidgets.GaugeBorder; caption(arg?: jqwidgets.GaugeCaption): jqwidgets.GaugeCaption; cap(arg?: jqwidgets.GaugeCap): jqwidgets.GaugeCap; colorScheme(arg?: string): string; disabled(arg?: boolean): boolean; easing(arg?: string): string; endAngle(arg?: number | string): number | string; height(arg?: number | string): number | string; int64(arg?: boolean): boolean; labels(arg?: jqwidgets.GaugeLabels): jqwidgets.GaugeLabels; min(arg?: number): number; max(arg?: number | string): number | string; pointer(arg?: jqwidgets.GaugePointer): jqwidgets.GaugePointer; radius(arg?: number | string): number | string; ranges(arg?: Array): Array; startAngle(arg?: number | string): number | string; showRanges(arg?: boolean): boolean; styles(arg?: jqwidgets.GaugeStyle): jqwidgets.GaugeStyle; ticksMajor(arg?: jqwidgets.GaugeTicks): jqwidgets.GaugeTicks; ticksMinor(arg?: jqwidgets.GaugeTicks): jqwidgets.GaugeTicks; ticksDistance(arg?: string): string; value(arg?: number): number; width(arg?: number | string): number | string; disable(): void; enable(): void; val(value?: number): any; onValueChanging: EventEmitter; onValueChanged: EventEmitter; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }