import { OnInit } from '@angular/core'; import { LayoutService } from '../../user-area-layout.service'; export declare class PortalUserAreaHeaderComponent implements OnInit { private layoutService; showSidebarClass: string; constructor(layoutService: LayoutService); ngOnInit(): void; onHeaderToggleClick(): void; }