import { ElementRef, OnInit } from '@angular/core'; export declare class LayoutSidebarHeaderComponent implements OnInit { elementRef: ElementRef; constructor(elementRef: ElementRef); ngOnInit(): void; }