import { OnInit } from '@angular/core'; import { AuthService } from '../../../core/services/auth.service'; import { DrawerComponent } from '../../drawer/drawer.component'; import * as i0 from "@angular/core"; export declare class MainContentComponent implements OnInit { authService: AuthService; colapsed: boolean; drawerComponent: DrawerComponent; constructor(authService: AuthService); Token: any; ngOnInit(): void; get fullScreen(): boolean; FullScreenConteiner: any; FullScreen(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }