import { ElementRef } from '@angular/core'; import { Store } from '@ngrx/store'; import { BaseWidgetComponent } from '../base-widget.component'; import * as i0 from "@angular/core"; export declare class WidgetPlaceholderComponent extends BaseWidgetComponent { constructor(store: Store, el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }