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 WidgetFillerComponent extends BaseWidgetComponent { constructor(store: Store, el: ElementRef); get index(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }