import { OnInit } from '@angular/core'; import { AuthService } from '../../../services/auth.service'; import * as i0 from "@angular/core"; export declare class DefaultDrawerEndComponent implements OnInit { authService: AuthService; constructor(authService: AuthService); colapsed: boolean; Token: any; ngOnInit(): void; Loggout(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }