/// import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxLinearGaugeComponent implements OnChanges { attrAnimationDuration: number; attrBackground: jqwidgets.LinearGaugeBackground; attrColorScheme: string; attrDisabled: boolean; attrEasing: string; attrInt64: boolean; attrLabels: jqwidgets.LinearGaugeLabels | jqwidgets.LinearGaugeLabels[]; attrMin: number; attrMax: number; attrOrientation: string; attrPointer: jqwidgets.LinearGaugePointer; attrRangesOffset: number; attrRangeSize: number | string; attrRanges: Array; attrShowRanges: boolean; attrScaleStyle: any; attrScaleLength: number | string; attrTicksOffset: Array; attrTicksPosition: string; attrTicksMinor: jqwidgets.LinearGaugeTicks; attrTicksMajor: jqwidgets.LinearGaugeTicks; attrValue: number; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxLinearGauge; 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?: number): number; background(arg?: jqwidgets.LinearGaugeBackground): jqwidgets.LinearGaugeBackground; colorScheme(arg?: string): string; disabled(arg?: boolean): boolean; easing(arg?: string): string; height(arg?: number | string): number | string; int64(arg?: boolean): boolean; labels(arg?: jqwidgets.LinearGaugeLabels | jqwidgets.LinearGaugeLabels[]): jqwidgets.LinearGaugeLabels | jqwidgets.LinearGaugeLabels[]; min(arg?: number): number; max(arg?: number): number; orientation(arg?: string): string; pointer(arg?: jqwidgets.LinearGaugePointer): jqwidgets.LinearGaugePointer; rangesOffset(arg?: number): number; rangeSize(arg?: number | string): number | string; ranges(arg?: Array): Array; showRanges(arg?: boolean): boolean; scaleStyle(arg?: any): any; scaleLength(arg?: number | string): number | string; ticksOffset(arg?: Array): Array; ticksPosition(arg?: string): string; ticksMinor(arg?: jqwidgets.LinearGaugeTicks): jqwidgets.LinearGaugeTicks; ticksMajor(arg?: jqwidgets.LinearGaugeTicks): jqwidgets.LinearGaugeTicks; value(arg?: number): number; width(arg?: number | string): number | string; disable(): void; enable(): void; val(value?: number | string): any; onValueChanging: EventEmitter; onValueChanged: EventEmitter; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }