import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { YapI18nService } from '../../i18n/i18n.service'; import * as i0 from "@angular/core"; export declare class YapTitlePresentationComponent { private store; private i18nService; presentationTitle$: Observable; constructor(store: Store, i18nService: YapI18nService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }