import { ElementRef, Injector } from '@angular/core'; import { PrizmChartsAbstractComponent } from '../../abstract/prizm-charts-abstract'; import { PrizmChartsGaugeOptions, PrizmChartsGaugeOrigin } from './model'; import * as i0 from "@angular/core"; export declare class PrizmChartsGaugeComponent> extends PrizmChartsAbstractComponent { private readonly elRef; private readonly injector; private origin_; get origin(): PrizmChartsGaugeOrigin; readonly name = "gauge"; set percent(value: number); get percent(): number; readonly testId_ = "ui_charts_gauge"; constructor(elRef: ElementRef, injector: Injector); private init; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "prizm-charts-gauge", ["prizmChartsGauge"], { "percent": { "alias": "percent"; "required": false; }; }, {}, never, never, true, never>; }