import { EventEmitter } from '@angular/core'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { DatasetError } from '../../model/dataset.interface'; import { DatasetVersion } from '../../store/data-source/data-source.model'; import * as i0 from "@angular/core"; export declare class YapModalStatusComponent { private store; gotoConsult: EventEmitter; datasetErrors$?: Observable; _version?: DatasetVersion; set version(version: DatasetVersion | undefined); constructor(store: Store); goBack(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }