import { ElementRef, ViewContainerRef, OnInit } from '@angular/core'; export declare class IconsDirective implements OnInit { hostRef: ElementRef; viewContainerRef: ViewContainerRef; private config; readonly hostTitle: string; private title; constructor(hostRef: ElementRef, viewContainerRef: ViewContainerRef); ngOnInit(): any; }