import * as i0 from '@angular/core'; import { EventEmitter } from '@angular/core'; import { Event } from '@antv/g2'; import { G2BaseComponent } from '@delon/chart/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; import * as i1 from '@angular/common'; interface G2MiniAreaData { x: NzSafeAny; y: NzSafeAny; [key: string]: NzSafeAny; } interface G2MiniAreaClickItem { item: G2MiniAreaData; ev: Event; } declare class G2MiniAreaComponent extends G2BaseComponent { color: string; borderColor: string; borderWidth: number; height: number; fit: boolean; line: boolean; animate: boolean; xAxis: NzSafeAny; yAxis: NzSafeAny; padding: number | number[] | 'auto'; data: G2MiniAreaData[]; yTooltipSuffix: string; tooltipType: 'mini' | 'default'; readonly clickItem: EventEmitter; install(): void; changeData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_borderWidth: unknown; static ngAcceptInputType_height: unknown; static ngAcceptInputType_fit: unknown; static ngAcceptInputType_line: unknown; static ngAcceptInputType_animate: unknown; } declare class G2MiniAreaModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { G2MiniAreaComponent, G2MiniAreaModule }; export type { G2MiniAreaClickItem, G2MiniAreaData };