import { AfterViewInit, EventEmitter, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { GlobalManifest, LibraryTypes, ManifestDescription, SubscriptionnerDirective } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class YapAddEditPresentationComponent extends SubscriptionnerDirective implements OnInit, AfterViewInit { private store; protected router: Router; staticManifest$: Observable; selectedPresentation: ManifestDescription; edition: boolean; editionStartUrl: string; form: FormGroup; image: string; goBack: EventEmitter; type: LibraryTypes; chosenLayout?: string; constructor(store: Store, router: Router); ngOnInit(): void; ngAfterViewInit(): void; save(): void; configureDashboard(selectedPresentation: ManifestDescription): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }