import { ElementRef, OnInit } from '@angular/core'; import { RadRadialGauge, RadialScale, RadialBarIndicator, RadialNeedle } from 'nativescript-ui-gauge'; import * as i0 from "@angular/core"; export declare class RadRadialGaugeComponent { private _elementRef; private _radialGauge; constructor(_elementRef: ElementRef); get nativeElement(): RadRadialGauge; get radialGauge(): RadRadialGauge; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class TKRadialScaleDirective { private _elementRef; private _radialScale; constructor(_elementRef: ElementRef); get radialScale(): RadialScale; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialBarIndicatorDirective { private _elementRef; private _barIndicator; constructor(_elementRef: ElementRef); get radialScale(): RadialBarIndicator; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialNeedleDirective { private _elementRef; private _radialNeedle; constructor(_elementRef: ElementRef); get radialNeedle(): RadialNeedle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialGaugeScalesDirective implements OnInit { private owner; private _elementRef; constructor(owner: RadRadialGaugeComponent, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialScaleStyleDirective implements OnInit { private owner; private _elementRef; constructor(owner: TKRadialScaleDirective, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialScaleIndicatorsDirective implements OnInit { private owner; private _elementRef; constructor(owner: TKRadialScaleDirective, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialBarIndicatorStyleDirective implements OnInit { private owner; private _elementRef; constructor(owner: TKRadialBarIndicatorDirective, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialGaugeTitleStyleDirective implements OnInit { private owner; private _elementRef; constructor(owner: RadRadialGaugeComponent, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialGaugeSubtitleStyleDirective implements OnInit { private owner; private _elementRef; constructor(owner: RadRadialGaugeComponent, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TKRadialNeedleStyleDirective implements OnInit { private owner; private _elementRef; constructor(owner: TKRadialNeedleDirective, _elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare const GAUGES_DIRECTIVES: (typeof RadRadialGaugeComponent | typeof TKRadialScaleDirective | typeof TKRadialBarIndicatorDirective | typeof TKRadialNeedleDirective | typeof TKRadialGaugeScalesDirective | typeof TKRadialScaleStyleDirective | typeof TKRadialScaleIndicatorsDirective | typeof TKRadialBarIndicatorStyleDirective | typeof TKRadialGaugeTitleStyleDirective | typeof TKRadialGaugeSubtitleStyleDirective | typeof TKRadialNeedleStyleDirective)[]; export declare class NativeScriptUIGaugeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }