import { G2BaseComponent } from '@delon/chart/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; import * as i0 from '@angular/core'; import * as i1 from '@angular/common'; import * as i2 from 'ng-zorro-antd/skeleton'; declare class G2GaugeComponent extends G2BaseComponent { title?: string; height?: number; color: string; bgColor?: string; format?: (text: string, item: NzSafeAny, index: number) => string; percent?: number; padding: number | number[] | 'auto'; install(): void; changeData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_height: unknown; static ngAcceptInputType_percent: unknown; } declare class G2GaugeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { G2GaugeComponent, G2GaugeModule };