import { Overlay, OverlayRef } from '@angular/cdk/overlay'; import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core'; import { Store } from '@ngrx/store'; import { DashboardGridLayout, SubscriptionnerDirective } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SelectGridLayoutComponent extends SubscriptionnerDirective { private store; private overlay; private viewContainerRef; label: boolean; availableLayouts$: Observable<{ translation: any; value: any; image: string; }[]>; chosenLayout: DashboardGridLayout; canDispatch: boolean; template: TemplateRef; firstButton: ElementRef; openModal: ElementRef; cross: ElementRef; confirm: ElementRef; modalOpened: boolean; overlayRef?: OverlayRef; constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef); changeLayout(layout: DashboardGridLayout): void; toggleGridChoiceModal(): void; openWithTemplate(): void; validate(): void; focusCrossElement(): void; focusValidation(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }