import * as i0 from '@angular/core'; import { SimpleChanges } from '@angular/core'; import { G2BaseComponent } from '@delon/chart/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; import * as i1 from '@angular/common'; declare class G2SingleBarComponent extends G2BaseComponent { plusColor: string; minusColor: string; height: number; barSize: number; min: number; max: number; value: number; line: boolean; format?: (value: number, item: NzSafeAny, index: number) => string; padding: number | number[] | 'auto'; textStyle: Record; install(): void; onlyChangeData: (changes: SimpleChanges) => boolean; changeData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_height: unknown; static ngAcceptInputType_barSize: unknown; static ngAcceptInputType_min: unknown; static ngAcceptInputType_max: unknown; static ngAcceptInputType_value: unknown; static ngAcceptInputType_line: unknown; } declare class G2SingleBarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { G2SingleBarComponent, G2SingleBarModule };