import { ElementRef } from '@angular/core'; import { Store } from '@ngrx/store'; import { BaseWidgetComponent, ImageWidgetOptions } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class WidgetImageComponent extends BaseWidgetComponent { options$: Observable; image: ElementRef; constructor(store: Store, el: ElementRef); toImage(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }