/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { AnimationBuilder, AnimationPlayer } from '@angular/animations'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class MagSplashScreenService { private _animationBuilder; private _document; private _router; splashScreenEl: any; player?: AnimationPlayer; /** * Constructor * * @param _document */ constructor(_animationBuilder: AnimationBuilder, _document: any, _router: Router); /** * Initialize * */ private _init; /** * Show the splash screen */ show(): void; /** * Hide the splash screen */ hide(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }