import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { StaticComponent } from './static-component'; import * as i0 from "@angular/core"; export declare abstract class IconComponent extends StaticComponent { protected constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }