import { ElementRef, OnInit } from '@angular/core'; export declare class IcosMain implements OnInit { private el; class: string; constructor(el: ElementRef); ngOnInit(): void; }