import { ElementRef, OnInit } from '@angular/core'; import { IcosContainer } from '../container'; export declare class IcosHeader implements OnInit { private root; private el; height: string; class: string; constructor(root: IcosContainer, el: ElementRef); ngOnInit(): void; }