import { OnInit } from '@angular/core'; import { ChartEntry, DataService, MetricType } from '@vendure/admin-ui/core'; import { BehaviorSubject, Observable, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare const GET_ORDER_CHART_DATA: import("apollo-angular").TypedDocumentNode; export declare class OrderChartWidgetComponent implements OnInit { private dataService; constructor(dataService: DataService); metrics$: Observable; refresh$: Subject; metricType$: BehaviorSubject; MetricType: typeof MetricType; ngOnInit(): void; refresh(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }