import { OnInit } from '@angular/core'; import { AuthService } from '../../user/auth.service'; import { MdDialog } from '@angular/material'; import { Observable } from 'rxjs/Observable'; export declare class AppRootComponent implements OnInit { private authService; private dialog; private authSvc; isSuperuser$: Observable; constructor(authService: AuthService, dialog: MdDialog, authSvc: AuthService); ngOnInit(): void; }