import { OnInit } from '@angular/core'; import { SplashScreenStateService } from './splash-screen-state.service'; import * as i0 from "@angular/core"; export declare class SplashScreenComponent implements OnInit { private splashScreenStateService; loadingText: any; image?: any; opacityChange: number; splashTransition: any; showSplash: boolean; readonly ANIMATION_DURATION = 2; constructor(splashScreenStateService: SplashScreenStateService); ngOnInit(): void; private hideSplashAnimation; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }