import { EventEmitter } from '@angular/core'; import { GenericService } from '../../services/generic/generic.service'; import { HChartComponent } from './hchart.component'; export declare class HChartRestComponent extends HChartComponent { genericService: GenericService; restPath: string; valueField: string; seriesField: string; seriesTitle: string; visibleChange: EventEmitter; loading: Boolean; constructor(genericService: GenericService); ngAfterViewInit(): void; load(): void; }