import { OnInit, AfterViewInit, OnDestroy } from '@angular/core'; import { Router } from '@angular/router'; import { LayoutService } from '../../../services/layout.service'; import { LayoutStateService } from '../../../services/layout-state.service'; import { LazyLoadService } from '@abp/ng.core'; export declare class ScriptsInitComponent implements OnInit, AfterViewInit, OnDestroy { private layout; private router; private layoutState; private lazyLoadService; asideSelfMinimizeToggle: boolean; private unsubscribe; stylesLoaded$: any; constructor(layout: LayoutService, router: Router, layoutState: LayoutStateService, lazyLoadService: LazyLoadService); ngOnInit(): void; ngAfterViewInit(): void; routingChanges(): void; ngOnDestroy(): void; lazyLoadStyle(): void; } //# sourceMappingURL=scripts-init.component.d.ts.map