import * as i0 from '@angular/core'; import { OnInit, OnChanges, ElementRef } from '@angular/core'; import { GaugeOptions } from 'gaugeJS'; import * as i2 from '@angular/common'; declare class GaugeJSComponent implements OnInit, OnChanges { constructor(); set options(value: GaugeOptions); get options(): GaugeOptions; private _options; set value(value: number); get value(): number; private _value; set maxValue(value: number); get maxValue(): number; private _maxValue; set minValue(value: number); get minValue(): number; private _minValue; set animationSpeed(value: number); get animationSpeed(): number; private _animationSpeed; width: number; height: number; set setGaugeCanvas(gaugeCanvasRef: ElementRef); gaugeCanvas: HTMLCanvasElement; private gauge; ngOnInit(): void; ngOnChanges(): void; refresh(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class GaugeJSModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { GaugeJSComponent, GaugeJSModule };